Interval Timer
It is a timer that can set the interval.
什么是Interval Timer?
Interval Timer是由Takashi Suzuki开发的Chrome扩展程序,该扩展的主要功能是“It is a timer that can set the interval.”。
扩展截图
下载Interval Timer扩展crx文件
下载Interval Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you set the time, the set timers will run in sequence. It counts in the background and notifies you when it is time. Please use it when you want to concentrate. Interval Timer does not send your data to anywhere. === ver 1.1.1 === Added sound at the end of the alarm.
扩展基本信息
名称 | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
官方URL | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
简介 | It is a timer that can set the interval. |
文件大小 | 367 KB |
安装次数 | 1,977 |
当前版本 | 1.1.2 |
更新时间 | 2020-11-19 |
上架时间 | 2020-04-26 |
评分 | 4.91/5 共11次评分 |
开发者 | Takashi Suzuki |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/belltreeSzk/chrome-program-timer |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.1.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-16.png", "38": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "notifications" ] } |