Word Counter

Word counter online tool checker to find number of words and characters

O que é Word Counter?

Word Counter é uma extensão do Chrome desenvolvida por Word Count checker, e sua principal característica é "Word counter online tool checker to find number of words and characters".

Capturas de Tela da Extensão

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

                        Word count checker lets you quickly calculate the total number of words and characters in any document or text file. The word counter is a really helpful tool to count total words quickly. 

Key Features of Word Count Checker :
>>Simple user-interface 
>>Calculates the total number of words  
>>Counts the total number of characters as well 
>>Easy to use word counter 
>>Completely free & secure to use  

Who Can Use Word Counter ?  

Word counter extension is frequently used by writers who must keep content length within a specified number of words. Here are some groups of people who can use Word Counter online. 

For Content Writers/SEO Experts: Most writing assignments are priced, assessed, and paid for using word count in mind. That is why it is essential to use a word counter tool to make this process easy. A Word count checker is crucial for blog content writers to keep their content within a specified number of words and for SEO analysts to accurately count the number of characters in meta titles and descriptions.  

For Content Marketers/Ad copy Writers: Word counter tool is also handy for content marketers. For example, if you're creating a social media post to promote your service or product, keeping track of the appropriate characters and word count for the platform is essential. When writing any ad copy, the word count limitations are more stringent.  

For Students: Word count checkers are helpful for students these days of online lectures and classes. Utilising a unique word count can assist students in completing their assignments within a fixed number of words. 

Install Word Counter Extension Now 

There are a lot of word count calculators available on the webstore, but you should try word count checker once because it is free & 100% accurate in counting the total number of words and characters. 

Update : 
>>Minor Bug fixes 
>>Resolved Youtube error 
>>Added a new feature to count stop words
>>UI/UX changes                    

Informações Básicas da Extensão

Nome Word Counter Word Counter
ID dcdjbggikbffllfldmdijljoljjbjomh
URL Oficial https://chromewebstore.google.com/detail/word-counter/dcdjbggikbffllfldmdijljoljjbjomh
Descrição Word counter online tool checker to find number of words and characters
Tamanho do Arquivo 111 KB
Contagem de Instalações 4,138
Versão Atual 1.0.1
Última Atualização 2022-09-19
Data de Publicação 2022-09-19
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Word Count checker
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "version": "1.0.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "action": {
        "deafult_icon": "icon64.png",
        "default_title": "Word count checker",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_page": "default-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Logofile.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}