Word Count
Get a word count on some things right quick
What is Word Count?
Word Count is a Chrome extension developed by Jonathan Sirrine, and its main feature is "Get a word count on some things right quick".
Extension Screenshots
Download Word Count Extension CRX File
Download Word Count 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
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!
Extension Basic Information
Name | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
Official URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
Description | Get a word count on some things right quick |
File Size | 66.33 KB |
Installation Count | 67 |
Current Version | 1.3.0 |
Last Updated | 2017-09-24 |
Publish Date | 2017-09-24 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Jonathan Sirrine |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.3.0", "manifest_version": 2, "description": "Get a word count on some things right quick", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Word Count", "default_popup": "extension.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |