Tally Word Counter
Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.
What is Tally Word Counter?
Tally Word Counter is a Chrome extension developed by https://tallywordcounter.online, and its main feature is "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.".
Extension Screenshots
Download Tally Word Counter Extension CRX File
Download Tally Word Counter 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
Your favorite character counter! Tally is a Chrome extension to easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count to see the number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters in your text. Visit tallywordcounter.online for the full site.
Extension Basic Information
Name | Tally Word Counter |
ID | eggkmbghbmjmbdjloifaklghfiecjbnk |
Official URL | https://chromewebstore.google.com/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk |
Description | Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count. |
File Size | 13.05 KB |
Installation Count | 331 |
Current Version | 1.1 |
Last Updated | 2019-06-06 |
Publish Date | 2019-05-31 |
Rating | 2.67/5 Total 6 Ratings |
Developer | https://tallywordcounter.online |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tally Word Counter", "short_name": "Tally", "description": "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.", "version": "1.1", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |