Custom React hooks for `chrome.storage.` You may use it for keeping global persisted state in chrome extensions.
A Svelte store that keep its value through pages and reloads
Type-safe, ergonomic wrapper around chrome.storage for browser extensions (WebExtensions) with namespaces, multiple storage areas, encryption (AES‑GCM), bucket-style storage (MonoStorage), and a React adapter.
Redux interface to chrome.storage (browser.storage). A unified way to use Redux in all modern browser extensions. The only way to get Redux working in Manifest V3 Chrome extensions
Zustand StateStorage based on chrome.storage API