Word Counter Pro
Provides a right click context menu to get stats on the selected text
What is Word Counter Pro?
Word Counter Pro is a Chrome extension developed by https://smalltoolstation.com, and its main feature is "Provides a right click context menu to get stats on the selected text".
Extension Screenshots
Download Word Counter Pro Extension CRX File
Download Word Counter Pro 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 tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text. Word Counter Pro is a simple and useful tool that lets you views stats on selected text. How to use it: highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length. Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.
Extension Basic Information
Name | Word Counter Pro |
ID | pjckaihabdegbiljbdmbfiggeifgoeph |
Official URL | https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph |
Description | Provides a right click context menu to get stats on the selected text |
File Size | 9.5 KB |
Installation Count | 257 |
Current Version | 1.0 |
Last Updated | 2019-11-06 |
Publish Date | 2019-11-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://smalltoolstation.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://smalltoolstation.com/contact-us |
Privacy Policy Page URL | https://smalltoolstation.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "description": "Provides a right click context menu to get stats on the selected text", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "Word Counter Pro", "offline_enabled": true, "permissions": [ "contextMenus" ], "version": "1.0" } |