AlarmMe
Alarm you at the given time or after a given time period.
Co to jest AlarmMe?
AlarmMe to rozszerzenie Chrome opracowane przez moenekoremi, a jego główną funkcją jest „Alarm you at the given time or after a given time period.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AlarmMe
Pobierz pliki rozszerzeń AlarmMe 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
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
Podstawowe informacje o rozszerzeniu
Nazwa | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Oficjalny URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Opis | Alarm you at the given time or after a given time period. |
Rozmiar pliku | 124 KB |
Liczba instalacji | 367 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-02-12 |
Data Publikacji | 2016-02-12 |
Deweloper | moenekoremi |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |