Word counter

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

Qu'est-ce que Word counter ?

Word counter est une extension Chrome développée par https://techytarget.blogspot.com, et sa fonction principale est "This extension helps to count words and sentences of a selected text in the page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word counter

Téléchargez les fichiers d'extension Word counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
URL Officiel https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
Description This extension helps to count words and sentences of a selected text in the page.
Taille du Fichier 22.14 KB
Nombre d'Installations 124
Version Actuelle 4.0
Dernière Mise à Jour 2016-07-05
Date de Publication 2016-07-04
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://techytarget.blogspot.com
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}