Interval Timer
The custom timer that allows you to set specific intervals.
Was ist Interval Timer?
Interval Timer ist eine Chrome-Erweiterung, die von Sonny Lowe entwickelt wurde, und ihr Hauptmerkmal ist "The custom timer that allows you to set specific intervals.".
Erweiterungsscreenshots
Interval Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Interval Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This wonderful extension allows you to make custom interval timers. For example, one timer that has 3 sections of 30 seconds, then 10, then 30 seconds again. It will alert you after each section is complete. This can be used for workout circuits, focus sessions, game timers, and so much more. With a simple user interface, this extension is for anyone! Download and enjoy!
Grundlegende Informationen zur Erweiterung
Name | Interval Timer |
ID | bpdmidochfpcblafhhkblgkehaoafahi |
Offizielle URL | https://chromewebstore.google.com/detail/interval-timer/bpdmidochfpcblafhhkblgkehaoafahi |
Beschreibung | The custom timer that allows you to set specific intervals. |
Dateigröße | 586 KB |
Installationsanzahl | 827 |
Aktuelle Version | 1.0. |
Letztes Update | 2020-06-28 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Sonny Lowe |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Interval Timer", "version": "1.0.0", "version_name": "1.0.", "description": "The custom timer that allows you to set specific intervals.", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com\/; object-src 'self'", "browser_action": { "default_icon": { "32": "assets\/timerIcon-32.png", "48": "assets\/timerIcon-48.png", "128": "assets\/timerIcon-128.png", "534": "assets\/timerIcon-534.png" } }, "icons": { "32": "assets\/timerIcon-32.png", "48": "assets\/timerIcon-48.png", "128": "assets\/timerIcon-128.png", "534": "assets\/timerIcon-534.png" }, "manifest_version": 2 } |