Simple Character Count

The Simple Character & Word Count

O que é Simple Character Count?

Simple Character Count é uma extensão do Chrome desenvolvida por The IT Man, e sua principal característica é "The Simple Character & Word Count".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Character Count

Baixe arquivos de extensão Simple Character Count 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

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

Informações Básicas da Extensão

Nome Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
URL Oficial https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
Descrição The Simple Character & Word Count
Tamanho do Arquivo 1.5 MB
Contagem de Instalações 128
Versão Atual 0.0.2
Última Atualização 2021-09-21
Data de Publicação 2021-09-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor The IT Man
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}