Word Count

Count the words in a selection

Word Countとは何ですか?

Word Countはaaronneyerによって開発されたChromeの拡張機能で、その主な機能は「Count the words in a selection」です。

Word Count拡張機能のCRXファイルをダウンロード

Word Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Word Count Word Count
ID onnfjhimlddhlechnalkojnnnddppblg
公式URL https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg
説明 Count the words in a selection
ファイルサイズ 10.36 KB
インストール数 45
現在のバージョン 0.1
最終更新日 2013-09-17
公開日 2013-09-17
評価 4.00/5 合計 2 レビュー
開発者 aaronneyer
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Count",
    "description": "Count the words in a selection",
    "version": "0.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}