Count the length of the character
Count the length of the characters typed.
什么是Count the length of the character?
Count the length of the character是由T.F开发的Chrome扩展程序,该扩展的主要功能是“Count the length of the characters typed.”。
扩展截图
下载Count the length of the character扩展crx文件
下载Count the length of the character扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension can count typed string length.
扩展基本信息
名称 | Count the length of the character |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
官方URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
简介 | Count the length of the characters typed. |
文件大小 | 7.36 KB |
安装次数 | 913 |
当前版本 | 0.1 |
更新时间 | 2013-11-01 |
上架时间 | 2013-10-31 |
评分 | 5.00/5 共1次评分 |
开发者 | T.F |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extDescription__", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "html\/popup.html", "default_icon": "icon_128.png" }, "background": { "scripts": [ "js\/popup.js" ], "persistent": false } } |