Count the length of the character

Count the length of the characters typed.

O que é Count the length of the character?

Count the length of the character é uma extensão do Chrome desenvolvida por T.F, e sua principal característica é "Count the length of the characters typed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Count the length of the character

Baixe arquivos de extensão Count the length of the character 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

                        This extension can count typed string length.                    

Informações Básicas da Extensão

Nome Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
URL Oficial https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Descrição Count the length of the characters typed.
Tamanho do Arquivo 7.36 KB
Contagem de Instalações 913
Versão Atual 0.1
Última Atualização 2013-11-01
Data de Publicação 2013-10-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor T.F
Tipo de Pagamento free
Idiomas Suportados 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
    }
}