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
电子邮箱 [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"
}