By: Brandon Booth
Inspect and view changes in Quick Notes Sidebar (TOT-like) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quick Notes",
"version": "1.2.0",
"description": "A simple note-taking extension with color-coded tabs. All your notes are stored locally. Designed by Brandon Booth - BrandonBooth.com",
"browser_specific_settings": {
"gecko": {
"id": "quick-notes@brandonbooth.com",
"strict_min_version": "100.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Quick Notes",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"sidebar_action": {
"default_title": "Quick Notes",
"default_panel": "sidebar/sidebar.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
}
} Best Quick Notes Sidebar (TOT-like) Alternatives
Here are some Firefox add-ons that are similar to Quick Notes Sidebar (TOT-like):