Word counter
This extension helps to count words and sentences of a selected text in the page.
Word counterとは何ですか?
Word counterはhttps://techytarget.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to count words and sentences of a selected text in the page.」です。
拡張機能のスクリーンショット
Word counter拡張機能のCRXファイルをダウンロード
Word counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps to count characters, words, syllables and sentences of a selected text in the page. It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience. If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.
拡張機能の基本情報
名前 | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
公式URL | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
説明 | This extension helps to count words and sentences of a selected text in the page. |
ファイルサイズ | 22.14 KB |
インストール数 | 124 |
現在のバージョン | 4.0 |
最終更新日 | 2016-07-05 |
公開日 | 2016-07-04 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://techytarget.blogspot.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word counter", "short_name": "Word count", "description": "This extension helps to count words and sentences of a selected text in the page.", "version": "4.0", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word counter" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |