Word Count
Get a word count on some things right quick
Word Countとは何ですか?
Word CountはJonathan Sirrineによって開発されたChromeの拡張機能で、その主な機能は「Get a word count on some things right quick」です。
拡張機能のスクリーンショット
Word Count拡張機能のCRXファイルをダウンロード
Word Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!
拡張機能の基本情報
名前 | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
公式URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
説明 | Get a word count on some things right quick |
ファイルサイズ | 66.33 KB |
インストール数 | 67 |
現在のバージョン | 1.3.0 |
最終更新日 | 2017-09-24 |
公開日 | 2017-09-24 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Jonathan Sirrine |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.3.0", "manifest_version": 2, "description": "Get a word count on some things right quick", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Word Count", "default_popup": "extension.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |