MiCounter
A simple counter to keep track of what matters in your life
什么是MiCounter?
MiCounter是由kevinslin8开发的Chrome扩展程序,该扩展的主要功能是“A simple counter to keep track of what matters in your life”。
扩展截图
下载MiCounter扩展crx文件
下载MiCounter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click to increment the counter.
Set value and direction in options page.
*New in version 2.1.4.6* - ability to decrement the counter by double clicking
Enable this feature in options :)
Feedback?
Constructive criticism, donations or glowing testimonials all appreciated at [email protected] 扩展基本信息
| 名称 | |
| ID | idcnhbaefagbglkinhliaelonppplneh |
| 官方URL | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
| 简介 | A simple counter to keep track of what matters in your life |
| 文件大小 | 288 KB |
| 安装次数 | 6,200 |
| 当前版本 | 2.1.4.6 |
| 更新时间 | 2012-12-23 |
| 上架时间 | 2012-12-22 |
| 评分 | 4.79/5 共19次评分 |
| 开发者 | kevinslin8 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MiCounter",
"manifest_version": 2,
"version": "2.1.4.6",
"description": "A simple counter to keep track of what matters in your life",
"background": {
"scripts": [
"settings.js",
"simpleutils.js",
"eventPage.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": "counter2128.png",
"name": "Click me :)"
}
} | |