Microsoft Edge - Manifest v3 - Chrome.storage.local does not appear to be working #75
Replies: 4 comments 2 replies
-
I eventually managed to get this working although I havent found a satisfactory way of using DevTools with MS Edge Extensions. How can I close this Conversation? |
Beta Was this translation helpful? Give feedback.
-
Also experiencing the same thing, how did you resolve the issue @HowardRicketts1 |
Beta Was this translation helpful? Give feedback.
-
Hey @HowardRicketts1, we believe it would be beneficial for everyone if you could share what has worked well for you. Your insights could be incredibly valuable to other community members. |
Beta Was this translation helpful? Give feedback.
-
Do you have the storage permission in your manifest v3? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running version Microsoft Edge Version 109.0.15.18.55 (Official build) (64 bit) and have spent over a week trying to get a simple extension to write a string to Local storage using chrome.storage.local.set but don't believe it is being written. My extension is attempting to store a hard-coded string 'happiness' against a property 'wish' using chrome.storage.local.set but when I look at Developer Tools>Application>Local Storage there is no properties listed and when I attempt to retrieve the property 'undefined' is returned.
Can someone please provide me with a simple working example of the chrome.storage.local.set and chrome.storage.local..get APIs in a simple Microsoft Edge extension.
I have also attempted to migrate the Stylizr example from Manifest v2 to Manifest v3 but failed to get it working even though it does not show any errors.
Beta Was this translation helpful? Give feedback.
All reactions