Replies: 2 comments
-
According to something I understood from reading about extensions, you need your extension to be registered as an internal object. But I can't tell you. I hope you find a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
if (!runtime.extensionStorage[EXTENSION ID HERE!!!]) {
runtime.extensionStorage[EXTENSION ID HERE!!!] = Object.create(null);
} Then edit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 attempting to replicate the functionality implemented in obviousAlexc's
penPlus
that stores information inproject.json
for my own extension. However, despite several attempts, I still haven't grasped the essence of how it works—all my efforts have ended in failure. Could someone please help me? I would greatly appreciate your assistance. Thank you in advance.Beta Was this translation helpful? Give feedback.
All reactions