Simple Word Count

A simple word count Chrome extension.

What is Simple Word Count?

Simple Word Count is a Chrome extension developed by Unknown, and its main feature is "A simple word count Chrome extension.".

Extension Screenshots

screenshot

Download Simple Word Count Extension CRX File

Download Simple 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

                        A very simple word count extension.

Feel free to extend in any way you like via GitHub - https://github.com/sanjaypoyzer/Simple-Word-Count                    

Extension Basic Information

Name Simple Word Count Simple Word Count
ID lkabgnnfbbkphagmbjpbenlfglahnlmh
Official URL https://chromewebstore.google.com/detail/simple-word-count/lkabgnnfbbkphagmbjpbenlfglahnlmh
Description A simple word count Chrome extension.
File Size 37.03 KB
Installation Count 1,004
Current Version 1.0
Last Updated 2014-07-10
Publish Date 2014-07-10
Rating 3.75/5 Total 12 Ratings
Developer Unknown
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Word Count",
    "version": "1.0",
    "description": "A simple word count Chrome extension.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}