作者: Ferryman
Inspect and view changes in LinkNotes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "£inkNotes",
"version": "1.8.5",
"author": "Ferrán García",
"description": "Añade notas personalizadas a tus enlaces mediante globos informativos.",
"browser_specific_settings": {
"gecko": {
"id": "linknotes@ferrya1.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
],
"basis": "consent",
"future_versions": false
}
}
},
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"contextMenus",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_popup": "options.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"tooltip.css"
]
}
]
} 最佳 LinkNotes 替代方案
这里是一些与LinkNotes类似的Firefox add-on: