liTimer
The most simple countdown timer ever
什么是liTimer?
liTimer是由https://peterjezik.com开发的Chrome扩展程序,该扩展的主要功能是“The most simple countdown timer ever”。
扩展截图
下载liTimer扩展crx文件
下载liTimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.
For example:
write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds
write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds
write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes
or write just 35 for 35 minutes
Hit enter while the input field is empty and the time/Done label will be cleared. 扩展基本信息
| 名称 | |
| ID | fgdmhecedeljjocjbhknacbkmmkhanpg |
| 官方URL | https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg |
| 简介 | The most simple countdown timer ever |
| 文件大小 | 12.67 KB |
| 安装次数 | 314 |
| 当前版本 | 1.2 |
| 更新时间 | 2019-12-01 |
| 上架时间 | 2019-12-01 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | https://peterjezik.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "liTimer",
"version": "1.2",
"description": "The most simple countdown timer ever",
"manifest_version": 2,
"web_accessible_resources": [
"images\/done.png"
],
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": "images\/19.png",
"default_popup": "main.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |