Open
Description
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.