Count String Length
calculate selected text's length (strlen)
Co to jest Count String Length?
Count String Length to rozszerzenie Chrome opracowane przez Pai Peng, a jego główną funkcją jest „calculate selected text's length (strlen)”.
Pobierz plik CRX rozszerzenia Count String Length
Pobierz pliki rozszerzeń Count String Length 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmoeecegjcmhgmhoinddfemlgkbgjggh |
| Oficjalny URL | https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh |
| Opis | calculate selected text's length (strlen) |
| Rozmiar pliku | 7.96 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2015-08-03 |
| Data Publikacji | 2015-08-03 |
| Deweloper | Pai Peng |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Count String Length",
"version": "0.1",
"manifest_version": 2,
"description": "calculate selected text's length (strlen)",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"bg.js"
]
},
"permissions": [
" | |