Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
Co to jest Alarm Clock?
Alarm Clock to rozszerzenie Chrome opracowane przez http://soubhik.chatterjee.pw, a jego główną funkcją jest „This is a simple chrome extension and ability to set upto 3 alarm times.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alarm Clock
Pobierz pliki rozszerzeń Alarm Clock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | engpdgphngdeimpimkipknieejalbelk |
Oficjalny URL | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
Opis | This is a simple chrome extension and ability to set upto 3 alarm times. |
Rozmiar pliku | 66.27 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-10-25 |
Data Publikacji | 2016-10-25 |
Ocena | 1.53/5 Łącznie 45 Oceny |
Deweloper | http://soubhik.chatterjee.pw |
Typ Płatności | free |
Obsługiwane Języki | 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" } |