Interval Timer
It is a timer that can set the interval.
Qu'est-ce que Interval Timer ?
Interval Timer est une extension Chrome développée par Takashi Suzuki, et sa fonction principale est "It is a timer that can set the interval.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Interval Timer
Téléchargez les fichiers d'extension Interval Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
URL Officiel | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
Description | It is a timer that can set the interval. |
Taille du Fichier | 367 KB |
Nombre d'Installations | 1,977 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2020-04-26 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | Takashi Suzuki |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/belltreeSzk/chrome-program-timer |
Langues Prises en Charge | 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" ] } |