文字数カウント
文字を入力すると文字数をカウントできます
What is 文字数カウント?
文字数カウント is a Chrome extension developed by https://agata-code.com, and its main feature is "文字を入力すると文字数をカウントできます".
Extension Screenshots
Download 文字数カウント Extension CRX File
Download 文字数カウント 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
この拡張機能を入れることで、どのサイトにアクセスしているときでも文字数のカウントを行えます。 文字を入力すると下記文字数が表示されます。 ・入力文字数(スペース、段落込み)・・・スペース、段落の数も含めた文字数 ・入力文字数(スペース込み)・・・スペースの数も含めた文字数 ・入力文字数・・・スペース、段落を除いた、テキストのみの文字数 また、RESETを押すことで入力文字が削除されます。
Extension Basic Information
Name | 文字数カウント |
ID | kbpoidagmcjimnbonnabccaickllkmal |
Official URL | https://chromewebstore.google.com/detail/%E6%96%87%E5%AD%97%E6%95%B0%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88/kbpoidagmcjimnbonnabccaickllkmal |
Description | 文字を入力すると文字数をカウントできます |
File Size | 41.08 KB |
Installation Count | 344 |
Current Version | 1.0 |
Last Updated | 2020-12-15 |
Publish Date | 2020-12-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://agata-code.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30c8", "version": "1.0", "description": "\u6587\u5b57\u3092\u5165\u529b\u3059\u308b\u3068\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3067\u304d\u307e\u3059", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "count.html", "default_icon": { "32": "images\/icon.png" } }, "icons": { "48": "images\/icon.png" }, "manifest_version": 2 } |