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是由https://wakeup.io开发的Chrome扩展程序,该扩展的主要功能是“Schedule a free wake-up call in seconds!”。

扩展截图

screenshot

下载Wakeup.io - Free Online Wake-up Call Service扩展crx文件

下载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.                    

扩展基本信息

名称 Wakeup.io - Free Online Wake-up Call Service Wakeup.io - Free Online Wake-up Call Service
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
    }
}