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 |
官方網址 | 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" ] } |