Count the length of the character

Count the length of the characters typed.

Qu'est-ce que Count the length of the character ?

Count the length of the character est une extension Chrome développée par T.F, et sa fonction principale est "Count the length of the characters typed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Count the length of the character

Téléchargez les fichiers d'extension Count the length of the character 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 can count typed string length.                    

Informations de Base sur l'Extension

Nom Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
URL Officiel https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Description Count the length of the characters typed.
Taille du Fichier 7.36 KB
Nombre d'Installations 913
Version Actuelle 0.1
Dernière Mise à Jour 2013-11-01
Date de Publication 2013-10-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur T.F
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}