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
官方網址 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
電子郵箱 [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"
}