Count selected characters and words

A simple tool to count selected characters and words.

What is Count selected characters and words?

Count selected characters and words is a Chrome extension developed by http://riangraphics.com, and its main feature is "A simple tool to count selected characters and words.".

Extension Screenshots

screenshot

Download Count selected characters and words Extension CRX File

Download Count selected characters and words 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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

Extension Basic Information

Name Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
Official URL https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
Description A simple tool to count selected characters and words.
File Size 7.42 KB
Installation Count 75
Current Version 1.0.4
Last Updated 2018-10-09
Publish Date 2018-10-09
Rating 4.50/5 Total 4 Ratings
Developer http://riangraphics.com
Payment Type free
Extension Website https://riangraphics.com/highlithed-word-counter/
Help Page URL https://riangraphics.com/highlithed-word-counter/#faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}