Word Counter
See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Word Counterとは何ですか?
Word CounterはErik Ossnerによって開発されたChromeの拡張機能で、その主な機能は「See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!」です。
拡張機能のスクリーンショット
Word Counter拡張機能のCRXファイルをダウンロード
Word Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you need to get a word and character count on a web page? Word Counter is your answer! Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing. Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces. Enjoy the extension!
拡張機能の基本情報
名前 | |
ID | adgmgllmfhgppfnkmgikgbaniemjdikk |
公式URL | https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk |
説明 | See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon! |
ファイルサイズ | 34.82 KB |
インストール数 | 20,000 |
現在のバージョン | 0.11 |
最終更新日 | 2017-10-21 |
公開日 | 2017-10-21 |
評価 | 4.35/5 合計 43 レビュー |
開発者 | Erik Ossner |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "content.js" ] }, "name": "Word Counter", "short_name": "Count words and characters on a page", "version": "0.11", "manifest_version": 2, "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!", "browser_action": { "default_icon": "wc.png", "default_title": "Word Counter", "default_popup": "warning.html" }, "icons": { "16": "wc.png", "48": "wordCount.png", "96": "wordCount.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/docs.google.com\/" ] } |