Word Counter Pro

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

Word Counter Proとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text.
Word Counter Pro is a simple and useful tool that lets you views stats on selected text.  

How to use it: 
highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length.  
Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.                    

拡張機能の基本情報

名前 Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
公式URL https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
説明 Provides a right click context menu to get stats on the selected text
ファイルサイズ 9.5 KB
インストール数 257
現在のバージョン 1.0
最終更新日 2019-11-06
公開日 2019-11-06
評価 5.00/5 合計 1 レビュー
開発者 https://smalltoolstation.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://smalltoolstation.com/contact-us
プライバシーポリシーページのURL https://smalltoolstation.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/background.js"
        ]
    },
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Word Counter Pro",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}