Word Counter
Word Counter allows you to count the number of selected words and characters in a single click.
Word Counterとは何ですか?
Word Counterはhttps://globaltwittertrends.comによって開発されたChromeの拡張機能で、その主な機能は「Word Counter allows you to count the number of selected words and characters in a single click.」です。
拡張機能のスクリーンショット
Word Counter拡張機能のCRXファイルをダウンロード
Word Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog. It can be used on any website and for an unlimited amount of words and characters. To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.
拡張機能の基本情報
名前 | Word Counter |
ID | naipbdlipiclagppfadakpfhfpmjpmae |
公式URL | https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae |
説明 | Word Counter allows you to count the number of selected words and characters in a single click. |
ファイルサイズ | 48.96 KB |
インストール数 | 5,239 |
現在のバージョン | 1.2 |
最終更新日 | 2022-03-01 |
公開日 | 2021-04-21 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | https://globaltwittertrends.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://globaltwittertrends.com/ |
ヘルプページのURL | https://globaltwittertrends.com/#contact |
対応言語 | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Greatseotools.net", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "__MSG_description__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "offline_enabled": true, "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |