Count the length of the character

Count the length of the characters typed.

What is Count the length of the character?

Count the length of the character is a Chrome extension developed by T.F, and its main feature is "Count the length of the characters typed.".

Extension Screenshots

screenshot

Download Count the length of the character Extension CRX File

Download Count the length of the character 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

                        This extension can count typed string length.                    

Extension Basic Information

Name Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
Official URL https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Description Count the length of the characters typed.
File Size 7.36 KB
Installation Count 913
Current Version 0.1
Last Updated 2013-11-01
Publish Date 2013-10-31
Rating 5.00/5 Total 1 Ratings
Developer T.F
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}