WordCount

Count words and characters in your writing with ease!!

什么是WordCount?

WordCount是由Andrew Aske开发的Chrome扩展程序,该扩展的主要功能是“Count words and characters in your writing with ease!!”。

扩展截图

screenshot

下载WordCount扩展crx文件

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

扩展使用说明

                        This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!                    

扩展基本信息

名称 WordCount WordCount
ID kjdeaahpjfnibdgcnikjifeibjiehkpc
官方URL https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc
简介 Count words and characters in your writing with ease!!
文件大小 24.25 KB
安装次数 335
当前版本 1.0
更新时间 2020-12-30
上架时间 2020-12-29
开发者 Andrew Aske
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordCount",
    "author": "Andrew Aske",
    "description": "Count words and characters in your writing with ease!!",
    "version": "1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordCount"
    }
}