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”。
扩展截图
下载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 |
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" ] } |