Saves notes separately for each website visited, ensuring that users can access relevant notes when revisiting specific websites without cluttering their notes with unrelated information.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0",
"icons": {
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0",
"id": "{29efdfd0-3ea8-406e-b759-eed9de4b0c88}"
}
},
"sidebar_action": {
"default_icon": "icons/logo_64.png",
"default_title": "__MSG_extensionName__",
"default_panel": "sidebar/panel.html"
},
"permissions": [
"storage",
"tabs"
],
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
}
}