Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
什么是Timer: the Simple Timer?
Timer: the Simple Timer是由valya.situation开发的Chrome扩展程序,该扩展的主要功能是“A simple,minimalist 25 minutes timer.”。
扩展截图
下载Timer: the Simple Timer扩展crx文件
下载Timer: the Simple Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
扩展基本信息
名称 | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
官方URL | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
简介 | A simple,minimalist 25 minutes timer. |
文件大小 | 100 KB |
安装次数 | 53 |
当前版本 | 1.8 |
更新时间 | 2019-08-03 |
上架时间 | 2019-08-03 |
评分 | 5.00/5 共1次评分 |
开发者 | valya.situation |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |