WordCount
Count words and characters in your writing with ease!!
Wat is WordCount?
WordCount is een Chrome-extensie ontwikkeld door Andrew Aske, en de belangrijkste functie is "Count words and characters in your writing with ease!!".
Extensie Screenshots
Download het CRX-bestand van de extensie WordCount
Download WordCount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!
Basisinformatie over de Extensie
Naam | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
Officiële URL | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
Beschrijving | Count words and characters in your writing with ease!! |
Bestandsgrootte | 24.25 KB |
Aantal Installaties | 335 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-30 |
Publicatiedatum | 2020-12-29 |
Ontwikkelaar | Andrew Aske |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordCount", "author": "Andrew Aske", "description": "Count words and characters in your writing with ease!!", "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordCount" } } |