atj393 / promt-save-reuse-chatgpt-and-gemini

A browser extension for saving, reusing, and managing prompts in ChatGPT and Gemini.
https://github.com/atj393/promt-save-reuse-chatgpt-and-gemini/wiki/Download-Links
Other
4 stars 17 forks source link

[Enhancement] Implement Sync Storage for Cross-Device Compatibility #18

Open atj393 opened 1 week ago

atj393 commented 1 week ago

Description:

Currently, the extension uses chrome.storage.local, which does not sync across devices. Modify the storage to use chrome.storage.sync to allow prompt data to be shared across different devices using the same account.

Files Involved:

content.js, background.js

Expected Outcome:

Prompt data should be available across different Chrome instances, allowing users to access saved prompts from any device.

charlygg commented 1 week ago

Can you assign this to me?

atj393 commented 1 week ago

@charlygg Yes, assigned to you.

atj393 commented 1 day ago

@charlygg are you still interested in working on this topic?