Word Counter Extension

Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.

What is Word Counter Extension?

Word Counter Extension is a Chrome extension developed by Alex, and its main feature is "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.".

Extension Screenshots

screenshot

Download Word Counter Extension Extension CRX File

Download Word Counter Extension 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

                        Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.                    

Extension Basic Information

Name Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
Official URL https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
Description Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
File Size 8.66 KB
Installation Count 12,224
Current Version 1.0.0
Last Updated 2019-01-05
Publish Date 2018-12-31
Rating 2.86/5 Total 7 Ratings
Developer Alex
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Extension",
    "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.",
    "version": "1.0.0",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Wordcount",
    "background": {
        "scripts": [
            "wordcount.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Word Counter"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}