Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
Wat is Alarm Clock?
Alarm Clock is een Chrome-extensie ontwikkeld door http://soubhik.chatterjee.pw, en de belangrijkste functie is "This is a simple chrome extension and ability to set upto 3 alarm times.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alarm Clock
Download Alarm Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | engpdgphngdeimpimkipknieejalbelk |
Officiële URL | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
Beschrijving | This is a simple chrome extension and ability to set upto 3 alarm times. |
Bestandsgrootte | 66.27 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-10-25 |
Publicatiedatum | 2016-10-25 |
Beoordeling | 1.53/5 Totaal 45 Beoordelingen |
Ontwikkelaar | http://soubhik.chatterjee.pw |
Betalingswijze | free |
Ondersteunde Talen | 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" } |