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

[Enhancement] Implement Sync Storage for Cross-Device Compatibility

Open

#18 opened on Oct 8, 2024

 (3 comments) (0 reactions) (1 assignee)JavaScript (15 forks)auto 404
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (No merged PRs in 30d)

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.

Contributor guide