Word Counter Extension

Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.

Qu'est-ce que Word Counter Extension ?

Word Counter Extension est une extension Chrome développée par Alex, et sa fonction principale est "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word Counter Extension

Téléchargez les fichiers d'extension Word Counter Extension 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

                        Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.                    

Informations de Base sur l'Extension

Nom Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
URL Officiel https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
Description Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Taille du Fichier 8.66 KB
Nombre d'Installations 12,224
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-01-05
Date de Publication 2018-12-31
Évaluation 2.86/5 Total 7 Évaluations
Développeur Alex
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 Extension",
    "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.",
    "version": "1.0.0",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Wordcount",
    "background": {
        "scripts": [
            "wordcount.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Word Counter"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}