By: vmaxgamevip
Inspect and view changes in Sticky Notes (Per Site) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Sticky Notes (Per Site)",
"version": "1.0.0",
"description": "Ghi chú theo từng domain. Lưu/hiện ghi chú trên trang như sticky note nổi.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_action": {
"default_title": "Sticky Notes (Per Site)",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{91da1289-9dc5-4a74-ade6-1643cb0586df}"
}
}
} Best Sticky Notes (Per Site) Alternatives
Here are some Firefox add-ons that are similar to Sticky Notes (Per Site):