Characters Counter

A character, letter, word counter

What is Characters Counter?

Characters Counter is a Chrome extension developed by mateusznowotnik, and its main feature is "A character, letter, word counter".

Extension Screenshots

screenshot

Download Characters Counter Extension CRX File

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

                        A simple character, letter, word counter.
I would really appreciate any feedback :)                    

Extension Basic Information

Name Characters Counter Characters Counter
ID afjiebpjglmjfhhhhmobdnadflocmold
Official URL https://chromewebstore.google.com/detail/characters-counter/afjiebpjglmjfhhhhmobdnadflocmold
Description A character, letter, word counter
File Size 4.98 KB
Installation Count 64
Current Version 1.0
Last Updated 2016-06-06
Publish Date 2016-06-06
Rating 4.33/5 Total 3 Ratings
Developer mateusznowotnik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Characters Counter",
    "version": "1.0",
    "description": "A character, letter, word counter",
    "icons": {
        "128": "l_icon.png"
    },
    "browser_action": {
        "default_icon": "l.png",
        "default_title": "Count it!",
        "default_popup": "letter_counter.html"
    }
}