Word count

Counts words and characters in selected text

Word countとは何ですか?

Word countはtrishul.goelによって開発されたChromeの拡張機能で、その主な機能は「Counts words and characters in selected text」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

拡張機能の基本情報

名前 Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
公式URL https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
説明 Counts words and characters in selected text
ファイルサイズ 10.85 KB
インストール数 176
現在のバージョン 1.0.0
最終更新日 2019-01-05
公開日 2019-01-05
開発者 trishul.goel
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}