Word count

Counts words and characters in selected text

What is Word count?

Word count is a Chrome extension developed by trishul.goel, and its main feature is "Counts words and characters in selected text".

Extension Screenshots

screenshot
screenshot

Download Word count Extension CRX File

Download Word count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

Extension Basic Information

Name Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
Official URL https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
Description Counts words and characters in selected text
File Size 10.85 KB
Installation Count 176
Current Version 1.0.0
Last Updated 2019-01-05
Publish Date 2019-01-05
Developer trishul.goel
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}