Article Word Counter

Count Article Words Tool by Nimtools.com

O que é Article Word Counter?

Article Word Counter é uma extensão do Chrome desenvolvida por Nimtools, e sua principal característica é "Count Article Words Tool by Nimtools.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Article Word Counter

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

                        This tool is created to solve the problem of a blogger and article writer who have to check other blogs' articles and their word count for reference again and again. It will save lot of time and help article writer to know how much he/she should write their article. 

Why I created this Article Word Counter Addon?
One of my blogger friend from https://techniblogic.com, usually do keyword research manually by typing the keyword in google search and check other article average length. But he copy all the article in MS Word and check its total words. This takes lot of time and very difficult to do for all top 10 pages. 

How this Article Word Counter addon will save your time?
As many of the websites followers the google standard structure of article posting on their website. I fetch that structure automatically and show the approx word count of the article. If sometimes your website does not use that structure, you can just select the word and this addon will show your number of characters at realtime. So this will work either way.

Hope you understand about this addon, for deep understand you must install it and try it yourself. It is 100% Free and Safe. No data exchange has been done and it is 100% Secure.

New Update 1.0.1:
*Minor Bugs Fixed
*By default Off option added                    

Informações Básicas da Extensão

Nome Article Word Counter Article Word Counter
ID afijgiinefhejdlmngnbfjgiefdfkfko
URL Oficial https://chromewebstore.google.com/detail/article-word-counter/afijgiinefhejdlmngnbfjgiefdfkfko
Descrição Count Article Words Tool by Nimtools.com
Tamanho do Arquivo 21.56 KB
Contagem de Instalações 2,204
Versão Atual 1.0.1
Última Atualização 2021-12-01
Data de Publicação 2020-04-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Nimtools
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nimtools.com
URL da Página de Ajuda https://nimtools.com/contact
URL da Página de Política de Privacidade https://nimtools.com/page/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "icons\/active-19.png",
            "38": "icons\/active-38.png"
        },
        "default_title": "Show number of Article Words"
    },
    "manifest_version": 2,
    "name": "Article Word Counter",
    "short_name": "AWC",
    "version": "1.0.1",
    "description": "Count Article Words Tool by Nimtools.com",
    "icons": {
        "128": "icons\/active-128.png",
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "counter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}