Word Counter

See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!

O que é Word Counter?

Word Counter é uma extensão do Chrome desenvolvida por Erik Ossner, e sua principal característica é "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Counter

Baixe arquivos de extensão Word Counter 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

                        Do you need to get a word and character count on a web page? Word Counter is your answer!

Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing.

Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces.

Enjoy the extension!                    

Informações Básicas da Extensão

Nome Word Counter Word Counter
ID adgmgllmfhgppfnkmgikgbaniemjdikk
URL Oficial https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk
Descrição See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Tamanho do Arquivo 34.82 KB
Contagem de Instalações 20,000
Versão Atual 0.11
Última Atualização 2017-10-21
Data de Publicação 2017-10-21
Classificação 4.35/5 Total de 43 Avaliações
Desenvolvedor Erik Ossner
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "name": "Word Counter",
    "short_name": "Count words and characters on a page",
    "version": "0.11",
    "manifest_version": 2,
    "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!",
    "browser_action": {
        "default_icon": "wc.png",
        "default_title": "Word Counter",
        "default_popup": "warning.html"
    },
    "icons": {
        "16": "wc.png",
        "48": "wordCount.png",
        "96": "wordCount.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/docs.google.com\/"
    ]
}