Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Word Counter Extensionとは何ですか?
Word Counter ExtensionはAlexによって開発されたChromeの拡張機能で、その主な機能は「Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.」です。
拡張機能のスクリーンショット
Word Counter Extension拡張機能のCRXファイルをダウンロード
Word Counter Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
拡張機能の基本情報
名前 | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
公式URL | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
説明 | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
ファイルサイズ | 8.66 KB |
インストール数 | 12,224 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-01-05 |
公開日 | 2018-12-31 |
評価 | 2.86/5 合計 7 レビュー |
開発者 | Alex |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |