Word Count

Count the words in a selection

什么是Word Count?

Word Count是由aaronneyer开发的Chrome扩展程序,该扩展的主要功能是“Count the words in a selection”。

下载Word Count扩展crx文件

下载Word Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Word Count Word Count
ID onnfjhimlddhlechnalkojnnnddppblg
官方URL https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg
简介 Count the words in a selection
文件大小 10.36 KB
安装次数 45
当前版本 0.1
更新时间 2013-09-17
上架时间 2013-09-17
评分 4.00/5 共2次评分
开发者 aaronneyer
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Count",
    "description": "Count the words in a selection",
    "version": "0.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}