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 Count String Length Count String Length
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
E-mail [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": [
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "\u4e2d\u6587\u7b80\u7e41\u5b57\u4f53\u8f6c\u6362",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    }
}