Word count
Counts words and characters in selected text
什么是Word count?
Word count是由trishul.goel开发的Chrome扩展程序,该扩展的主要功能是“Counts words and characters in selected text”。
扩展截图
下载Word count扩展crx文件
下载Word count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features -
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use 扩展基本信息
| 名称 | |
| ID | fccagoceegcmobaejjledllidklajbmc |
| 官方URL | https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc |
| 简介 | Counts words and characters in selected text |
| 文件大小 | 10.85 KB |
| 安装次数 | 176 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-01-05 |
| 上架时间 | 2019-01-05 |
| 开发者 | trishul.goel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Word count",
"description": "Counts words and characters in selected text",
"version": "1.0.0",
"icons": {
"32": "icons\/icon_32.png",
"128": "icons\/icon_128.png",
"64": "icons\/icon_64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"notifications"
]
} | |