Word counter

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

Was ist Word counter?

Word counter ist eine Chrome-Erweiterung, die von https://techytarget.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps to count words and sentences of a selected text in the page.".

Erweiterungsscreenshots

screenshot

Word counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Word counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
Offizielle URL https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
Beschreibung This extension helps to count words and sentences of a selected text in the page.
Dateigröße 22.14 KB
Installationsanzahl 124
Aktuelle Version 4.0
Letztes Update 2016-07-05
Veröffentlichungsdatum 2016-07-04
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://techytarget.blogspot.com
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}