WordCount
Count words and characters in your writing with ease!!
WordCountとは何ですか?
WordCountはAndrew Askeによって開発されたChromeの拡張機能で、その主な機能は「Count words and characters in your writing with ease!!」です。
拡張機能のスクリーンショット
WordCount拡張機能のCRXファイルをダウンロード
WordCount拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!
拡張機能の基本情報
名前 | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
公式URL | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
説明 | Count words and characters in your writing with ease!! |
ファイルサイズ | 24.25 KB |
インストール数 | 335 |
現在のバージョン | 1.0 |
最終更新日 | 2020-12-30 |
公開日 | 2020-12-29 |
開発者 | Andrew Aske |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordCount", "author": "Andrew Aske", "description": "Count words and characters in your writing with ease!!", "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordCount" } } |