作者: Maggie
Inspect and view changes in Inline Task Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.0",
"description": "__MSG_extensionDescription__",
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"contextMenus",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{02fb7f7a-7404-51a7-350d-7124d10b2892}",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 最佳 Inline Task Editor 替代方案
这里是一些与Inline Task Editor类似的Firefox add-on: