Character counter
Character, Letter & Word Counter Tool
What is Character counter?
Character counter is a Chrome extension developed by jioscon, and its main feature is "Character, Letter & Word Counter Tool".
Extension Screenshots
Download Character counter Extension CRX File
Download Character 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
Character counter - Number of characters (with and without spaces) - Byte count (with and without spaces) - the number of words - Time to read (based on average 300 words per minute for adults)
Extension Basic Information
Name | Character counter |
ID | mfcgibdfbhblfomhnkpjafafkfhlklje |
Official URL | https://chromewebstore.google.com/detail/character-counter/mfcgibdfbhblfomhnkpjafafkfhlklje |
Description | Character, Letter & Word Counter Tool |
File Size | 12.77 KB |
Installation Count | 200 |
Current Version | 1.0.3 |
Last Updated | 2023-12-25 |
Publish Date | 2022-02-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | jioscon |
[email protected] | |
Payment Type | free |
Extension Website | https://jioscon.com/ |
Supported Languages | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.3", "manifest_version": 3, "permissions": [ "storage" ], "default_locale": "ko", "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "\/images\/letter16x16.png", "32": "\/images\/letter32x32.png", "48": "\/images\/letter48x48.png", "128": "\/images\/letter16x16.png" } }, "icons": { "16": "\/images\/letter16x16.png", "32": "\/images\/letter32x32.png", "48": "\/images\/letter48x48.png", "128": "\/images\/letter16x16.png" } } |