Words counter

This extension adds context menu for selected text to count words in it cumulatively.

What is Words counter?

Words counter is a Chrome extension developed by Aleksei Timofeev, and its main feature is "This extension adds context menu for selected text to count words in it cumulatively.".

Download Words counter Extension CRX File

Download Words counter 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 Words counter Words counter
ID kadplilmdebbckckcnpgoiffpcbgpiaf
Official URL https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf
Description This extension adds context menu for selected text to count words in it cumulatively.
File Size 6.5 KB
Installation Count 21
Current Version 1.0
Last Updated 2016-06-23
Publish Date 2016-06-23
Rating 1.00/5 Total 1 Ratings
Developer Aleksei Timofeev
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    }
}