Timer
This simple timer tells you when your time is up.
什么是Timer?
Timer是由Kuba Szulaczkowski开发的Chrome扩展程序,该扩展的主要功能是“This simple timer tells you when your time is up.”。
扩展截图
下载Timer扩展crx文件
下载Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
扩展基本信息
名称 | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
官方URL | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
简介 | This simple timer tells you when your time is up. |
文件大小 | 522 KB |
安装次数 | 164,548 |
当前版本 | 1.3.0.2 |
更新时间 | 2018-10-03 |
上架时间 | 2018-10-03 |
评分 | 4.20/5 共498次评分 |
开发者 | Kuba Szulaczkowski |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |