Interval Timer
It is a timer that can set the interval.
Wat is Interval Timer?
Interval Timer is een Chrome-extensie ontwikkeld door Takashi Suzuki, en de belangrijkste functie is "It is a timer that can set the interval.".
Extensie Screenshots
Download het CRX-bestand van de extensie Interval Timer
Download Interval Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
Officiële URL | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Beschrijving | It is a timer that can set the interval. |
Bestandsgrootte | 367 KB |
Aantal Installaties | 1,977 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-11-19 |
Publicatiedatum | 2020-04-26 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Takashi Suzuki |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/belltreeSzk/chrome-program-timer |
Ondersteunde Talen | 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" ] } |