Words Counter

This APP find the selected word amount.

什么是Words Counter?

Words Counter是由grassland开发的Chrome扩展程序,该扩展的主要功能是“This APP find the selected word amount.”。

扩展截图

screenshot

下载Words Counter扩展crx文件

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

扩展使用说明

                        なぞった文字数をカウントできます。
なぞって右クリック→文字数カウンターを選択するだけです。

文字数の入力制限やレポートで文字数を計算するときなどに便利です。                    

扩展基本信息

名称 Words Counter Words Counter
ID glilfjhglngcfhiogplalcgepclphbhd
官方URL https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd
简介 This APP find the selected word amount.
文件大小 7.93 KB
安装次数 8,785
当前版本 1.0.0
更新时间 2016-05-24
上架时间 2016-05-24
评分 5.00/5 共2次评分
开发者 grassland
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://shirotsumegusa.seesaa.net/article/438016649.html
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}