Wakeup.io - Free Online Wake-up Call Service
Schedule a free wake-up call in seconds!
¿Qué es Wakeup.io - Free Online Wake-up Call Service?
Wakeup.io - Free Online Wake-up Call Service es una extensión de Chrome desarrollada por https://wakeup.io, y su función principal es "Schedule a free wake-up call in seconds!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wakeup.io - Free Online Wake-up Call Service
Descarga archivos de extensión Wakeup.io - Free Online Wake-up Call Service en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | klilhpddfegogaknjahcmnpgnpjhbjge |
URL Oficial | https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge |
Descripción | Schedule a free wake-up call in seconds! |
Tamaño del Archivo | 7.83 KB |
Cantidad de Instalaciones | 324 |
Versión Actual | 0.0.1 |
Última Actualización | 2013-11-01 |
Fecha de Publicación | 2013-11-01 |
Calificación | 4.05/5 Total de 20 Calificaciones |
Desarrollador | https://wakeup.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://wakeup.io |
Idiomas Soportados | 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 } } |