AlarmMe
Alarm you at the given time or after a given time period.
Что такое AlarmMe?
AlarmMe - это расширение Chrome, разработанное moenekoremi, и его основная функция - "Alarm you at the given time or after a given time period.".
Снимки экрана расширения
Скачать файл CRX расширения AlarmMe
Скачайте файлы расширений AlarmMe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Официальный URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Описание | Alarm you at the given time or after a given time period. |
Размер файла | 124 KB |
Количество установок | 367 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-02-12 |
Дата публикации | 2016-02-12 |
Разработчик | moenekoremi |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |