Count the length of the character
Count the length of the characters typed.
Co to jest Count the length of the character?
Count the length of the character to rozszerzenie Chrome opracowane przez T.F, a jego główną funkcją jest „Count the length of the characters typed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Count the length of the character
Pobierz pliki rozszerzeń Count the length of the character w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension can count typed string length.
Podstawowe informacje o rozszerzeniu
Nazwa | Count the length of the character |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
Oficjalny URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
Opis | Count the length of the characters typed. |
Rozmiar pliku | 7.36 KB |
Liczba instalacji | 913 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-11-01 |
Data Publikacji | 2013-10-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | T.F |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |