Character Count
Количество символов и слов в тексте
Qu'est-ce que Character Count ?
Character Count est une extension Chrome développée par https://charactercount.org, et sa fonction principale est "Количество символов и слов в тексте".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Character Count
Téléchargez les fichiers d'extension 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
Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool. A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline. How do you use it? - Activate the extension - Highlight the text fragment - Click the extension button and Character counter will count how many words and characters
Informations de Base sur l'Extension
Nom | Character Count |
ID | pbdbclofheomdhkeinpijgfhkdjcookd |
URL Officiel | https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd |
Description | Количество символов и слов в тексте |
Taille du Fichier | 17.75 KB |
Nombre d'Installations | 5,527 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-11-02 |
Date de Publication | 2020-09-07 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | https://charactercount.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://charactercount.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Character Count", "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |