Little Timer
Only 8 type timers
什么是Little Timer?
Little Timer是由newstep开发的Chrome扩展程序,该扩展的主要功能是“Only 8 type timers”。
扩展截图
下载Little Timer扩展crx文件
下载Little Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features
- Set timer by one click.
- Notify by new tab after the time has elapsed.
- Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
- Remaining time is displayed on the right bottom of the icon.
- Notify with a message if you enter a message. 扩展基本信息
| 名称 | |
| ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
| 官方URL | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
| 简介 | Only 8 type timers |
| 文件大小 | 20.62 KB |
| 安装次数 | 374 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2017-02-07 |
| 上架时间 | 2017-02-07 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | newstep |
| 付费类型 | free |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Little Timer",
"description": "__MSG_extDescription__",
"version": "1.2.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "timer16.png",
"19": "timer19.png",
"128": "timer128.png"
},
"default_title": "Little Timer",
"default_popup": "popup.html"
},
"default_locale": "en",
"permissions": [
"tabs",
"http:\/\/*\/*",
"background"
],
"icons": {
"19": "timer19.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
}
} | |