Count String Length

calculate selected text's length (strlen)

什么是Count String Length?

Count String Length是由Pai Peng开发的Chrome扩展程序,该扩展的主要功能是“calculate selected text's length (strlen)”。

下载Count String Length扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
官方URL https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
简介 calculate selected text's length (strlen)
文件大小 7.96 KB
安装次数 39
当前版本 0.1
更新时间 2015-08-03
上架时间 2015-08-03
开发者 Pai Peng
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Count String Length",
    "version": "0.1",
    "manifest_version": 2,
    "description": "calculate selected text's length (strlen)",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "\u4e2d\u6587\u7b80\u7e41\u5b57\u4f53\u8f6c\u6362",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    }
}