Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

What is Word Letter Counter?

Word Letter Counter is a Chrome extension developed by https://www.wordlettercount.com, and its main feature is "Word Counter, Letter Counter, Character Counter Toolbar".

Extension Screenshots

screenshot

Download Word Letter Counter Extension CRX File

Download Word Letter 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

                        Character Counter, Letter Counter, Word Counter, Free Counter tool                    

Extension Basic Information

Name Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
Official URL https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
Description Word Counter, Letter Counter, Character Counter Toolbar
File Size 18.77 KB
Installation Count 118
Current Version 1.0.2
Last Updated 2017-03-23
Publish Date 2017-03-23
Rating 4.25/5 Total 4 Ratings
Developer https://www.wordlettercount.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Letter Counter",
    "description": "Word Counter, Letter Counter, Character Counter Toolbar",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "64": "icon.png"
        },
        "homepage_url": "http:\/\/www.wordlettercount.com\/",
        "default_title": "Word Letter Counter",
        "default_popup": "pencere.html"
    },
    "background": {
        "scripts": [
            "eklenti.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/www.wordlettercount.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "eklenti.js"
            ]
        }
    ]
}