Wakeup.io - Free Online Wake-up Call Service
Schedule a free wake-up call in seconds!
Что такое Wakeup.io - Free Online Wake-up Call Service?
Wakeup.io - Free Online Wake-up Call Service - это расширение Chrome, разработанное https://wakeup.io, и его основная функция - "Schedule a free wake-up call in seconds!".
Снимки экрана расширения
Скачать файл CRX расширения Wakeup.io - Free Online Wake-up Call Service
Скачайте файлы расширений Wakeup.io - Free Online Wake-up Call Service в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
As featured in Lifehacker.com! "Most of us have a preferred alarm clock, whether it sits on the nightstand next to us or it's just a series of alarms on our smartphones, but if you need a little extra push to get up, Wakeup.io is a free wakeup call service that works with any number, anywhere in the world." http://lifehacker.com/wakeup-io-wakes-you-with-a-free-wake-up-call-anywhere-1440898585.
Основная информация о расширении
Название | |
ID | klilhpddfegogaknjahcmnpgnpjhbjge |
Официальный URL | https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge |
Описание | Schedule a free wake-up call in seconds! |
Размер файла | 7.83 KB |
Количество установок | 324 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2013-11-01 |
Дата публикации | 2013-11-01 |
Рейтинг | 4.05/5 Всего 20 оценок |
Разработчик | https://wakeup.io |
Тип оплаты | free |
Официальный сайт расширения | https://wakeup.io |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Schedule a free wake-up call in seconds!", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Wakeup.io - Free Online Wake-up Call Service", "version": "0.0.1", "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "Wakeup.io" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |