By: andrewinci
Inspect and view changes in Excalistore source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Excalistore",
"description": "Store multiple excalidraw diagrams in the browser cache.",
"version": "1.2.0",
"browser_specific_settings": {
"gecko": {
"id": "{43af7405-9dc5-422d-b499-8582857d2742}"
}
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"assets/script.js"
],
"matches": [
"https://excalidraw.com/*"
]
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"unlimitedStorage"
]
} Best Excalistore Alternatives
Here are some Firefox add-ons that are similar to Excalistore: