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 |
Eメール | [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" ] } |