Simple Timer
Simple timer that shows a popup when time is up.
什么是Simple Timer?
Simple Timer是由jsg开发的Chrome扩展程序,该扩展的主要功能是“Simple timer that shows a popup when time is up.”。
扩展截图
下载Simple Timer扩展crx文件
下载Simple Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple timer that shows a popup when time is up. Simple and unobtrusive.
扩展基本信息
名称 | Simple Timer |
ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
官方URL | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
简介 | Simple timer that shows a popup when time is up. |
文件大小 | 20.09 KB |
安装次数 | 1,337 |
当前版本 | 1.0 |
更新时间 | 2014-06-07 |
上架时间 | 2014-06-07 |
评分 | 4.17/5 共6次评分 |
开发者 | jsg |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Timer", "version": "1.0", "description": "Simple timer that shows a popup when time is up.", "browser_action": { "default_title": "Timer", "default_icon": "timer-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "sample.js" ], "persistent": true }, "manifest_version": 2 } |