Simple Character Count

The Simple Character & Word Count

Qu'est-ce que Simple Character Count ?

Simple Character Count est une extension Chrome développée par The IT Man, et sa fonction principale est "The Simple Character & Word Count".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Character Count

Téléchargez les fichiers d'extension Simple Character Count 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

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

Informations de Base sur l'Extension

Nom Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
URL Officiel https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
Description The Simple Character & Word Count
Taille du Fichier 1.5 MB
Nombre d'Installations 128
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-09-21
Date de Publication 2021-09-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur The IT Man
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}