Lightweight Alarm Clock, Timer & Countdown
Alarm clock, timer, and countdown with sound and desktop notification.
Qu'est-ce que Lightweight Alarm Clock, Timer & Countdown ?
Lightweight Alarm Clock, Timer & Countdown est une extension Chrome développée par Andy Zett, et sa fonction principale est "Alarm clock, timer, and countdown with sound and desktop notification.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightweight Alarm Clock, Timer & Countdown
Téléchargez les fichiers d'extension Lightweight Alarm Clock, Timer & Countdown 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
This extension is a lightweight alarm clock, timer and countdown. You can set multiple alarm times with optional alarm messages. You can choose among several different alarm sounds and desktop notification. This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.). Change Log ========== Version 3.0.2 - Maximum number of alarms increased to 30.
Informations de Base sur l'Extension
Nom | Lightweight Alarm Clock, Timer & Countdown |
ID | mmcdcdolfnjmabjmkkgegfldahfignip |
URL Officiel | https://chromewebstore.google.com/detail/lightweight-alarm-clock-t/mmcdcdolfnjmabjmkkgegfldahfignip |
Description | Alarm clock, timer, and countdown with sound and desktop notification. |
Taille du Fichier | 1.61 MB |
Nombre d'Installations | 13,997 |
Version Actuelle | 3.0.2 |
Dernière Mise à Jour | 2018-04-07 |
Date de Publication | 2018-04-07 |
Évaluation | 2.37/5 Total 191 Évaluations |
Développeur | Andy Zett |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight Alarm Clock, Timer & Countdown", "description": "Alarm clock, timer, and countdown with sound and desktop notification.", "version": "3.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "alarm-clock-8-19.png", "default_title": "Alarm Clock & Timer", "default_popup": "popup.html" }, "icons": { "128": "alarm-clock-8-128.png", "16": "alarm-clock-8-16.png", "48": "alarm-clock-8-48.png" }, "web_accessible_resources": [ "alarm-clock-8-48.png" ], "permissions": [ "alarms", "notifications" ] } |