A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.
First and foremost, I want to say thank you for your work in developing this addon.
I was hoping I could reach out to you for some guidance on breaking down its functionality to create a desktop application.
One aspect I'm exploring is breaking down lengthy documents into individual paragraphs- with specific in depth prompts. So I can collect it like a dataset after downloading the conversation. Kind of like a conveyor belt system that I can leave running.
Additionally, I've been considering transitioning this addon into a WebExtensions-based desktop application to prevent browser strain in the loading.
Any direction with decoding the base64 modules in the content script bundle.js for desktop application development would be greatly appreciated
First and foremost, I want to say thank you for your work in developing this addon. I was hoping I could reach out to you for some guidance on breaking down its functionality to create a desktop application.
One aspect I'm exploring is breaking down lengthy documents into individual paragraphs- with specific in depth prompts. So I can collect it like a dataset after downloading the conversation. Kind of like a conveyor belt system that I can leave running.
Additionally, I've been considering transitioning this addon into a WebExtensions-based desktop application to prevent browser strain in the loading.
Any direction with decoding the base64 modules in the content script bundle.js for desktop application development would be greatly appreciated