Word Count

Count the words in a selection

What is Word Count?

Word Count is a Chrome extension developed by aaronneyer, and its main feature is "Count the words in a selection".

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

                                            

Extension Basic Information

Name Word Count Word Count
ID onnfjhimlddhlechnalkojnnnddppblg
Official URL https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg
Description Count the words in a selection
File Size 10.36 KB
Installation Count 45
Current Version 0.1
Last Updated 2013-09-17
Publish Date 2013-09-17
Rating 4.00/5 Total 2 Ratings
Developer aaronneyer
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Count",
    "description": "Count the words in a selection",
    "version": "0.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}