Word Count
Get a word count on some things right quick
什么是Word Count?
Word Count是由Jonathan Sirrine开发的Chrome扩展程序,该扩展的主要功能是“Get a word count on some things right quick”。
扩展截图
下载Word Count扩展crx文件
下载Word Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese! 扩展基本信息
| 名称 | |
| ID | iccgdddlhjafpekcpinhkigagcehhlpb |
| 官方URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
| 简介 | Get a word count on some things right quick |
| 文件大小 | 66.33 KB |
| 安装次数 | 67 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2017-09-24 |
| 上架时间 | 2017-09-24 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Jonathan Sirrine |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word Count",
"version": "1.3.0",
"manifest_version": 2,
"description": "Get a word count on some things right quick",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Word Count",
"default_popup": "extension.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |