Timer
A clean, simple countown timer with visual and audible alarm.
Qu'est-ce que Timer ?
Timer est une extension Chrome développée par Reasonable Systems, et sa fonction principale est "A clean, simple countown timer with visual and audible alarm.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timer
Téléchargez les fichiers d'extension 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
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.
Informations de Base sur l'Extension
Nom | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
URL Officiel | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
Description | A clean, simple countown timer with visual and audible alarm. |
Taille du Fichier | 155 KB |
Nombre d'Installations | 2,698 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-02-01 |
Date de Publication | 2020-02-01 |
Évaluation | 3.57/5 Total 21 Évaluations |
Développeur | Reasonable Systems |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/abachman/chrome-timer |
URL de la Page d'Aide | https://github.com/abachman/chrome-timer/wiki |
Langues Prises en Charge | 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" } } |