Timer
A clean, simple countown timer with visual and audible alarm.
Was ist Timer?
Timer ist eine Chrome-Erweiterung, die von Reasonable Systems entwickelt wurde, und ihr Hauptmerkmal ist "A clean, simple countown timer with visual and audible alarm.".
Erweiterungsscreenshots
Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
Grundlegende Informationen zur Erweiterung
Name | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
Offizielle URL | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
Beschreibung | A clean, simple countown timer with visual and audible alarm. |
Dateigröße | 155 KB |
Installationsanzahl | 2,698 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-02-01 |
Veröffentlichungsdatum | 2020-02-01 |
Bewertung | 3.57/5 Insgesamt 21 Bewertungen |
Entwickler | Reasonable Systems |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/abachman/chrome-timer |
Hilfeseite URL | https://github.com/abachman/chrome-timer/wiki |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |