Article Word Counter

Count Article Words Tool by Nimtools.com

Article Word Counter란 무엇입니까?

Article Word Counter은(는) Nimtools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Count Article Words Tool by Nimtools.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Article Word Counter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Article Word Counter Article Word Counter
ID afijgiinefhejdlmngnbfjgiefdfkfko
공식 URL https://chromewebstore.google.com/detail/article-word-counter/afijgiinefhejdlmngnbfjgiefdfkfko
설명 Count Article Words Tool by Nimtools.com
파일 크기 21.56 KB
설치 횟수 2,204
현재 버전 1.0.1
최근 업데이트 2021-12-01
출시 날짜 2020-04-20
평점 5.00/5 총 4 개의 평점
개발자 Nimtools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nimtools.com
도움말 페이지 URL https://nimtools.com/contact
개인정보 보호 정책 페이지 URL https://nimtools.com/page/privacy-policy
지원되는 언어 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"
    ]
}