Word Counter

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

什麼是Word Counter?

Word Counter是由Word Count checker開發的Chrome擴展程式,該擴展的主要功能是“Word counter online tool checker to find number of words and characters”。

擴展截圖

screenshot
screenshot

下載Word Counter擴展crx文件

下載Word Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Word Counter Word Counter
ID dcdjbggikbffllfldmdijljoljjbjomh
官方網址 https://chromewebstore.google.com/detail/word-counter/dcdjbggikbffllfldmdijljoljjbjomh
簡介 Word counter online tool checker to find number of words and characters
檔案大小 111 KB
安裝次數 4,138
目前版本 1.0.1
更新時間 2022-09-19
上架時間 2022-09-19
評分 4.33/5 共 3 次評分
開發者 Word Count checker
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}