Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
What is Word Count?
Word Count is a Chrome extension developed by Peter Organisciak, and its main feature is "Adds a word count feature to your context menu (i.e. right-click menu).".
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
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
Extension Basic Information
Name | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
Official URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
Description | Adds a word count feature to your context menu (i.e. right-click menu). |
File Size | 39.6 KB |
Installation Count | 30,648 |
Current Version | 1.2 |
Last Updated | 2013-02-03 |
Publish Date | 2013-02-03 |
Rating | 3.27/5 Total 83 Ratings |
Developer | Peter Organisciak |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |