Word Counter Plus

Provides a right click context menu to get stats on the selected text

O que é Word Counter Plus?

Word Counter Plus é uma extensão do Chrome desenvolvida por https://steven-roberts.github.io, e sua principal característica é "Provides a right click context menu to get stats on the selected text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Counter Plus

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

                        Word Counter Plus is a simple and useful tool that lets you views stats on selected text.  Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item.  It will tell you the number of words and characters selected as well as the average and longest word length.  Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.                    

Informações Básicas da Extensão

Nome Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
URL Oficial https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
Descrição Provides a right click context menu to get stats on the selected text
Tamanho do Arquivo 5.23 KB
Contagem de Instalações 179,028
Versão Atual 1.2
Última Atualização 2018-07-21
Data de Publicação 2018-07-21
Classificação 4.25/5 Total de 99 Avaliações
Desenvolvedor https://steven-roberts.github.io
Tipo de Pagamento free
Site da Extensão https://github.com/Steven-Roberts/Word-Counter-Plus
URL da Página de Ajuda https://github.com/Steven-Roberts/Word-Counter-Plus/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Plus",
    "version": "1.2",
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Steven Roberts",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41.0",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}