Count String Length

calculate selected text's length (strlen)

O que é Count String Length?

Count String Length é uma extensão do Chrome desenvolvida por Pai Peng, e sua principal característica é "calculate selected text's length (strlen)".

Baixar o arquivo CRX da Extensão Count String Length

Baixe arquivos de extensão Count String Length no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
URL Oficial https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
Descrição calculate selected text's length (strlen)
Tamanho do Arquivo 7.96 KB
Contagem de Instalações 39
Versão Atual 0.1
Última Atualização 2015-08-03
Data de Publicação 2015-08-03
Desenvolvedor Pai Peng
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}