By: Cakhia TV
Inspect and view changes in Quick Notes (Local) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quick Notes (Local)",
"version": "1.0.0",
"description": "Save selected text from the current page into local notes—quickly, privately, and offline.",
"browser_specific_settings": {
"gecko": {
"id": "quick-notes-local@your-domain.example",
"strict_min_version": "109.0"
}
},
"icons": {
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Quick Notes",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": false
},
"content_security_policy": "script-src 'self'; object-src 'self'"
} Best Quick Notes (Local) Alternatives
Here are some Firefox add-ons that are similar to Quick Notes (Local):