Word Counter Plus

Provides a right click context menu to get stats on the selected text

Word Counter Plusとは何ですか?

Word Counter Plusはhttps://steven-roberts.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Provides a right click context menu to get stats on the selected text」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Word Counter Plus is a simple and useful tool that lets you views stats on selected text.  Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item.  It will tell you the number of words and characters selected as well as the average and longest word length.  Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.                    

拡張機能の基本情報

名前 Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
公式URL https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
説明 Provides a right click context menu to get stats on the selected text
ファイルサイズ 5.23 KB
インストール数 179,028
現在のバージョン 1.2
最終更新日 2018-07-21
公開日 2018-07-21
評価 4.25/5 合計 99 レビュー
開発者 https://steven-roberts.github.io
支払い方法 free
拡張機能のウェブサイト https://github.com/Steven-Roberts/Word-Counter-Plus
ヘルプページのURL https://github.com/Steven-Roberts/Word-Counter-Plus/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Plus",
    "version": "1.2",
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Steven Roberts",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41.0",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}