Character counter
Character, Letter & Word Counter Tool
Character counterとは何ですか?
Character counterはjiosconによって開発されたChromeの拡張機能で、その主な機能は「Character, Letter & Word Counter Tool」です。
拡張機能のスクリーンショット
Character counter拡張機能のCRXファイルをダウンロード
Character counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) 拡張機能の基本情報
| 名前 | |
| ID | mfcgibdfbhblfomhnkpjafafkfhlklje |
| 公式URL | https://chromewebstore.google.com/detail/character-counter/mfcgibdfbhblfomhnkpjafafkfhlklje |
| 説明 | Character, Letter & Word Counter Tool |
| ファイルサイズ | 12.77 KB |
| インストール数 | 200 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2023-12-25 |
| 公開日 | 2022-02-17 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | jioscon |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://jioscon.com/ |
| 対応言語 | 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"
}
} | |