Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
Qu'est-ce que Alarm Clock ?
Alarm Clock est une extension Chrome développée par http://soubhik.chatterjee.pw, et sa fonction principale est "This is a simple chrome extension and ability to set upto 3 alarm times.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alarm Clock
Téléchargez les fichiers d'extension Alarm Clock 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
It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free! Does not need any tabs to be open.
Informations de Base sur l'Extension
Nom | |
ID | engpdgphngdeimpimkipknieejalbelk |
URL Officiel | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
Description | This is a simple chrome extension and ability to set upto 3 alarm times. |
Taille du Fichier | 66.27 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-10-25 |
Date de Publication | 2016-10-25 |
Évaluation | 1.53/5 Total 45 Évaluations |
Développeur | http://soubhik.chatterjee.pw |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bell.png", "default_title": "Alarm Clock", "name": "Alarm Clock", "default_popup": "popup.html" }, "description": "This is a simple chrome extension and ability to set upto 3 alarm times.", "icons": { "128": "bell.png" }, "web_accessible_resources": [ "bell.png" ], "name": "Alarm Clock", "permissions": [ "tabs", "storage", "notifications", "management", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "version": "1.3" } |