Word counter

This extension helps to count words and sentences of a selected text in the page.

What is Word counter?

Word counter is a Chrome extension developed by https://techytarget.blogspot.com, and its main feature is "This extension helps to count words and sentences of a selected text in the page.".

Extension Screenshots

screenshot

Download Word counter Extension CRX File

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

                        This extension helps to count characters, words, syllables and sentences of a selected text in the page. 
It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience.
If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.                    

Extension Basic Information

Name Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
Official URL https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
Description This extension helps to count words and sentences of a selected text in the page.
File Size 22.14 KB
Installation Count 124
Current Version 4.0
Last Updated 2016-07-05
Publish Date 2016-07-04
Rating 1.00/5 Total 1 Ratings
Developer https://techytarget.blogspot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word counter",
    "short_name": "Word count",
    "description": "This extension helps to count words and sentences of a selected text in the page.",
    "version": "4.0",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word counter"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}