Count String Length

calculate selected text's length (strlen)

Cos'è Count String Length?

Count String Length è un'estensione di Chrome sviluppata da Pai Peng, e la sua funzione principale è "calculate selected text's length (strlen)".

Scarica il file CRX dell'estensione Count String Length

Scarica i file di estensione Count String Length in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
URL Ufficiale https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
Descrizione calculate selected text's length (strlen)
Dimensione del File 7.96 KB
Conteggio Installazioni 39
Versione Corrente 0.1
Ultimo Aggiornamento 2015-08-03
Data di Pubblicazione 2015-08-03
Sviluppatore Pai Peng
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}