Wakeup.io - Free Online Wake-up Call Service

Schedule a free wake-up call in seconds!

O que é Wakeup.io - Free Online Wake-up Call Service?

Wakeup.io - Free Online Wake-up Call Service é uma extensão do Chrome desenvolvida por https://wakeup.io, e sua principal característica é "Schedule a free wake-up call in seconds!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wakeup.io - Free Online Wake-up Call Service

Baixe arquivos de extensão Wakeup.io - Free Online Wake-up Call Service no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wakeup.io - Free Online Wake-up Call Service Wakeup.io - Free Online Wake-up Call Service
ID klilhpddfegogaknjahcmnpgnpjhbjge
URL Oficial https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge
Descrição Schedule a free wake-up call in seconds!
Tamanho do Arquivo 7.83 KB
Contagem de Instalações 324
Versão Atual 0.0.1
Última Atualização 2013-11-01
Data de Publicação 2013-11-01
Classificação 4.05/5 Total de 20 Avaliações
Desenvolvedor https://wakeup.io
Tipo de Pagamento free
Site da Extensão https://wakeup.io
Idiomas Suportados 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
    }
}