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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}