Words Counter
This APP find the selected word amount.
What is Words Counter?
Words Counter is a Chrome extension developed by grassland, and its main feature is "This APP find the selected word amount.".
Extension Screenshots
Download Words Counter Extension CRX File
Download Words 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
なぞった文字数をカウントできます。 なぞって右クリック→文字数カウンターを選択するだけです。 文字数の入力制限やレポートで文字数を計算するときなどに便利です。
Extension Basic Information
Name | Words Counter |
ID | glilfjhglngcfhiogplalcgepclphbhd |
Official URL | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
Description | This APP find the selected word amount. |
File Size | 7.93 KB |
Installation Count | 8,785 |
Current Version | 1.0.0 |
Last Updated | 2016-05-24 |
Publish Date | 2016-05-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | grassland |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://shirotsumegusa.seesaa.net/article/438016649.html |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "background": { "scripts": [ "count.js" ] }, "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "permissions": [ "contextMenus" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_locale": "ja" } |