WordCount
Count words and characters in your writing with ease!!
Vad är WordCount?
WordCount är en Chrome-tillägg utvecklad av Andrew Aske, och dess huvudfunktion är "Count words and characters in your writing with ease!!".
Tilläggsskärmbilder
Ladda ner WordCount-förlängningens CRX-fil
Ladda ner WordCount-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
Officiell webbadress | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
Beskrivning | Count words and characters in your writing with ease!! |
Filstorlek | 24.25 KB |
Antal Installationer | 335 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-30 |
Publiceringsdatum | 2020-12-29 |
Utvecklare | Andrew Aske |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |