Count the length of the character
Count the length of the characters typed.
Co je Count the length of the character?
Count the length of the character je rozšíření Chrome vyvinuté T.F, a jeho hlavní funkcí je „Count the length of the characters typed.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Count the length of the character
Stáhněte si soubory rozšíření Count the length of the character ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension can count typed string length.
Základní Informace o Rozšíření
Název | Count the length of the character |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
Oficiální URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
Popis | Count the length of the characters typed. |
Velikost souboru | 7.36 KB |
Počet instalací | 913 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-11-01 |
Datum Vydání | 2013-10-31 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | T.F |
Typ Platby | free |
Podporované Jazyky | 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 } } |