Count the length of the character
Count the length of the characters typed.
Was ist Count the length of the character?
Count the length of the character ist eine Chrome-Erweiterung, die von T.F entwickelt wurde, und ihr Hauptmerkmal ist "Count the length of the characters typed.".
Erweiterungsscreenshots
Count the length of the character-Erweiterungs-CRX-Datei herunterladen
Laden Sie Count the length of the character-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension can count typed string length. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
| Offizielle URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
| Beschreibung | Count the length of the characters typed. |
| Dateigröße | 7.36 KB |
| Installationsanzahl | 913 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2013-11-01 |
| Veröffentlichungsdatum | 2013-10-31 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | T.F |
| Zahlungsart | free |
| Unterstützte Sprachen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "0.1",
"description": "__MSG_extDescription__",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_popup": "html\/popup.html",
"default_icon": "icon_128.png"
},
"background": {
"scripts": [
"js\/popup.js"
],
"persistent": false
}
} | |