Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Word Countとは何ですか?
Word CountはPeter Organisciakによって開発されたChromeの拡張機能で、その主な機能は「Adds a word count feature to your context menu (i.e. right-click menu).」です。
拡張機能のスクリーンショット
Word Count拡張機能のCRXファイルをダウンロード
Word Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
拡張機能の基本情報
名前 | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
公式URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
説明 | Adds a word count feature to your context menu (i.e. right-click menu). |
ファイルサイズ | 39.6 KB |
インストール数 | 30,648 |
現在のバージョン | 1.2 |
最終更新日 | 2013-02-03 |
公開日 | 2013-02-03 |
評価 | 3.27/5 合計 83 レビュー |
開発者 | Peter Organisciak |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |