Word Count
Count the words in a selection
Qu'est-ce que Word Count ?
Word Count est une extension Chrome développée par aaronneyer, et sa fonction principale est "Count the words in a selection".
Télécharger le fichier CRX de l'extension Word Count
Téléchargez les fichiers d'extension Word 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
Informations de Base sur l'Extension
Nom | ![]() |
ID | onnfjhimlddhlechnalkojnnnddppblg |
URL Officiel | https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg |
Description | Count the words in a selection |
Taille du Fichier | 10.36 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-09-17 |
Date de Publication | 2013-09-17 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | aaronneyer |
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": "Word Count", "description": "Count the words in a selection", "version": "0.1", "background": { "persistent": false, "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "icon.png" } } |