Por: zairek
Inspect and view changes in LiveCount source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LiveCount",
"version": "1.2.0",
"description": "Count characters in real time on any text input — configurable limits",
"browser_specific_settings": {
"gecko": {
"id": "{6607d05e-23ee-4d62-90f0-99b9a84f4e81}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/ico16.png",
"32": "icons/ico32.png",
"48": "icons/ico48.png",
"96": "icons/ico96.png",
"128": "icons/ico128.png"
},
"browser_action": {
"default_popup": "gui/main.html",
"default_icon": {
"16": "icons/ico16.png",
"32": "icons/ico32.png",
"48": "icons/ico48.png",
"96": "icons/ico96.png",
"128": "icons/ico128.png"
}
},
"background": {
"scripts": [
"core/bg.js"
]
},
"permissions": [
"tabs",
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"char_counter.js"
],
"run_at": "document_idle"
}
]
} Mejores alternativas LiveCount
Aquí hay algunas Firefox add-ons que son similares a LiveCount: