Character Count

Количество символов и слов в тексте

O que é Character Count?

Character Count é uma extensão do Chrome desenvolvida por https://charactercount.org, e sua principal característica é "Количество символов и слов в тексте".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Character Count

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

                        Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool.

A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline.

How do you use it? 

- Activate the extension
- Highlight the text fragment
- Click the extension button and Character counter will count how many words and characters                    

Informações Básicas da Extensão

Nome Character Count Character Count
ID pbdbclofheomdhkeinpijgfhkdjcookd
URL Oficial https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd
Descrição Количество символов и слов в тексте
Tamanho do Arquivo 17.75 KB
Contagem de Instalações 5,527
Versão Atual 1.0.0
Última Atualização 2020-11-02
Data de Publicação 2020-09-07
Classificação 3.29/5 Total de 7 Avaliações
Desenvolvedor https://charactercount.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://charactercount.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Character Count",
    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}