Character counter

Character, Letter & Word Counter Tool

什么是Character counter?

Character counter是由jioscon开发的Chrome扩展程序,该扩展的主要功能是“Character, Letter & Word Counter Tool”。

扩展截图

screenshot

下载Character counter扩展crx文件

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

扩展使用说明

                        Character counter

- Number of characters (with and without spaces)
- Byte count (with and without spaces)
- the number of words
- Time to read (based on average 300 words per minute for adults)                    

扩展基本信息

名称 Character counter Character counter
ID mfcgibdfbhblfomhnkpjafafkfhlklje
官方URL https://chromewebstore.google.com/detail/character-counter/mfcgibdfbhblfomhnkpjafafkfhlklje
简介 Character, Letter & Word Counter Tool
文件大小 12.77 KB
安装次数 200
当前版本 1.0.3
更新时间 2023-12-25
上架时间 2022-02-17
评分 3.50/5 共2次评分
开发者 jioscon
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jioscon.com/
支持的语言 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "default_locale": "ko",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "\/images\/letter16x16.png",
            "32": "\/images\/letter32x32.png",
            "48": "\/images\/letter48x48.png",
            "128": "\/images\/letter16x16.png"
        }
    },
    "icons": {
        "16": "\/images\/letter16x16.png",
        "32": "\/images\/letter32x32.png",
        "48": "\/images\/letter48x48.png",
        "128": "\/images\/letter16x16.png"
    }
}