かんたん文字数カウント
選択したテキストの文字数をカウントします。
What is かんたん文字数カウント?
かんたん文字数カウント is a Chrome extension developed by mattj1457, 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
【更新履歴】 2.2 ソーシャルネットワーク(facebook、twitter)による共有機能の追加 2.1 一部サイトで利用した場合の表示不具合を修正 2.0 オプション機能追加・Google Chrome拡張機能Manifest V3への対応 1.0 かんたん文字数カウントリリース 超かんたんカウントモード: https://www.youtube.com/watch?v=MJCIP9q03QM&list=PLCbS6_UlO0BMOSCVK5n77CaTD80JI5ZUM&index=2 英単語のカウント: https://www.youtube.com/watch?v=XlcIqUq01IU&list=PLCbS6_UlO0BMOSCVK5n77CaTD80JI5ZUM&index=3 ⚠バージョン2.0からの注意点⚠ Manifest V3対応に伴ってGoogle Chromeの制約により、拡張機能の常駐ができなくなりました。そのため当拡張機能は、ページを開いてから時間が経過したタブ上では動作しない場合があります。その際はお手数ですがページをリロードの上ご使用ください。 ▶プライバシーに関してのご案内 ・当拡張機能はすべてのページの読み取り権限を必要とします。この権限は、拡張機能内のプログラムが、現在開いているページの文字数をカウントするために必要な権限です。開発者がユーザーの皆様の閲覧しているページのデータを収集または閲覧することはございませんのでご安心ください。
Extension Basic Information
Name | かんたん文字数カウント |
ID | lmmephjlhfdnijfigajbmemendbfhnha |
Official URL | https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E6%96%87%E5%AD%97%E6%95%B0%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88/lmmephjlhfdnijfigajbmemendbfhnha |
Description | 選択したテキストの文字数をカウントします。 |
File Size | 66.42 KB |
Installation Count | 52,096 |
Current Version | 2.2 |
Last Updated | 2024-02-23 |
Publish Date | 2016-08-30 |
Rating | 4.20/5 Total 10 Ratings |
Developer | mattj1457 |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://3izw21z735.execute-api.ap-northeast-1.amazonaws.com/privacy_policy.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "2.2", "name": "\u304b\u3093\u305f\u3093\u6587\u5b57\u6570\u30ab\u30a6\u30f3\u30c8", "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u307e\u3059\u3002", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "contextMenus", "storage", "scripting", "declarativeNetRequest" ], "content_scripts": [ { "matches": [ " |