WordCount
Count words and characters in your writing with ease!!
What is WordCount?
WordCount is a Chrome extension developed by Andrew Aske, and its main feature is "Count words and characters in your writing with ease!!".
Extension Screenshots
Download WordCount Extension CRX File
Download WordCount extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
Official URL | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
Description | Count words and characters in your writing with ease!! |
File Size | 24.25 KB |
Installation Count | 335 |
Current Version | 1.0 |
Last Updated | 2020-12-30 |
Publish Date | 2020-12-29 |
Developer | Andrew Aske |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |