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插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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": [
" | |