Counting Characters - #1 Letter & Word Count

#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).

What is Counting Characters - #1 Letter & Word Count?

Counting Characters - #1 Letter & Word Count is a Chrome extension developed by https://www.countingcharacters.com, and its main feature is "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Counting Characters - #1 Letter & Word Count Extension CRX File

Download Counting Characters - #1 Letter & 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

                        Counting Characters is a free character count online extension that gives you instant results(total characters, total characters without spaces, total white spaces and total words) of given text or selected text. (www.countingcharacters.com)

New: Website Word Count - With our new feature, you can count the total words of the web page on one click.

Why should you choose this extension(Counting Characters)?
# This extension is free to use.
# Also work in offline.
# It gives you real-time results of given text.
# Count characters and words by selecting text from the context(right-click) menu.
# Case Converter
# UPPERCASE Converter
# Lowercase Converter
# Titlecase Converter
# Our extension is best for the writers and bloggers.                    

Extension Basic Information

Name Counting Characters - #1 Letter & Word Count Counting Characters - #1 Letter & Word Count
ID gmaddeabdjpmjkghhhhfdkeemfcnknpl
Official URL https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl
Description #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
File Size 269 KB
Installation Count 32,822
Current Version 1.1.6
Last Updated 2019-02-03
Publish Date 2019-02-03
Rating 3.76/5 Total 34 Ratings
Developer https://www.countingcharacters.com
Email [email protected]
Payment Type free
Extension Website http://www.countingcharacters.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counting Characters - #1 Letter & Word Count",
    "version": "1.1.6",
    "description": "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "title": "CountingCharacters.com",
        "default_icon": "icon16.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "offline_enabled": true,
    "incognito": "split"
}