Por: Nia
Inspect and view changes in Task Format Converter 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",
"description": "__MSG_extensionDescription__",
"permissions": [
"scripting",
"tabs",
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{9a8b80a2-e1ad-9c90-b5fa-6f0e6c0e87cf}",
"data_collection_permissions": {
"required": [
"none"
],
"collects_data": false
}
}
}
} Mejores alternativas Task Format Converter
Aquí hay algunas Firefox add-ons que son similares a Task Format Converter: