Clean Timer
Helps you organize and optimize the tasks that matter for you
Was ist Clean Timer?
Clean Timer ist eine Chrome-Erweiterung, die von Hideki OTSUKA entwickelt wurde, und ihr Hauptmerkmal ist "Helps you organize and optimize the tasks that matter for you".
Erweiterungsscreenshots
Clean Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clean 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
Organise yourself and manage your time easily by setting timers. Clean Timer offers a simple, very easy to use interface with a large nice display. Main features : - Set up multiple precise timers - Choose for each timer, the alarm you want - Pause & resume your timers at any time - Use a stopwatch and time yourself easily Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.
Grundlegende Informationen zur Erweiterung
Name | Clean Timer |
ID | jobneimllpaijdidliomlnekgjkjhpfn |
Offizielle URL | https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn |
Beschreibung | Helps you organize and optimize the tasks that matter for you |
Dateigröße | 1.62 MB |
Installationsanzahl | 658 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2020-04-10 |
Veröffentlichungsdatum | 2020-04-10 |
Bewertung | 4.14/5 Insgesamt 7 Bewertungen |
Entwickler | Hideki OTSUKA |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Timer", "version": "1.2.1", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Helps you organize and optimize the tasks that matter for you", "permissions": [ "storage", "alarms" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Clean Timer", "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "manifest_version": 2 } |