Interval Timer
It is a timer that can set the interval.
What is Interval Timer?
Interval Timer is a Chrome extension developed by Takashi Suzuki, and its main feature is "It is a timer that can set the interval.".
Extension Screenshots
Download Interval Timer Extension CRX File
Download Interval Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
Official URL | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Description | It is a timer that can set the interval. |
File Size | 367 KB |
Installation Count | 1,977 |
Current Version | 1.1.2 |
Last Updated | 2020-11-19 |
Publish Date | 2020-04-26 |
Rating | 4.91/5 Total 11 Ratings |
Developer | Takashi Suzuki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/belltreeSzk/chrome-program-timer |
Supported Languages | 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" ] } |