Words Counter

This APP find the selected word amount.

Words Counterとは何ですか?

Words Counterはgrasslandによって開発されたChromeの拡張機能で、その主な機能は「This APP find the selected word amount.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        なぞった文字数をカウントできます。
なぞって右クリック→文字数カウンターを選択するだけです。

文字数の入力制限やレポートで文字数を計算するときなどに便利です。                    

拡張機能の基本情報

名前 Words Counter Words Counter
ID glilfjhglngcfhiogplalcgepclphbhd
公式URL https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd
説明 This APP find the selected word amount.
ファイルサイズ 7.93 KB
インストール数 8,785
現在のバージョン 1.0.0
最終更新日 2016-05-24
公開日 2016-05-24
評価 5.00/5 合計 2 レビュー
開発者 grassland
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://shirotsumegusa.seesaa.net/article/438016649.html
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}