Lullaby

A sleep timer for streaming web services.

Lullaby란 무엇입니까?

Lullaby은(는) https://mrunkle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A sleep timer for streaming web services."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lullaby 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lullaby was created for people who enjoy listening to music as they fall asleep. Streaming music services, however, continue playing indefinitely. Lullaby let's users control how long their music plays, pausing their stream after they've drifted off to dreamland.

Currently supports:
- 8tracks
- Google Music
- Grooveshark
- Pandora
- Rdio
- Songza

To enable the sleep timer, click the Lullaby icon in the omnibar and select a timeout length. Lullaby will warn you five minutes before the player is paused.

If you would like to request or add support for another service, please visit the Github page:
https://github.com/runkalicious/lullaby/issues                    

확장 프로그램 기본 정보

이름 Lullaby Lullaby
ID onmojoipipefhplobcpeokcjjbikhfak
공식 URL https://chromewebstore.google.com/detail/lullaby/onmojoipipefhplobcpeokcjjbikhfak
설명 A sleep timer for streaming web services.
파일 크기 112 KB
설치 횟수 89
현재 버전 0.9.6
최근 업데이트 2014-04-01
출시 날짜 2014-03-31
평점 3.40/5 총 5 개의 평점
개발자 https://mrunkle.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/runkalicious/lullaby
도움말 페이지 URL https://github.com/runkalicious/lullaby/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lullaby",
    "description": "A sleep timer for streaming web services.",
    "homepage_url": "https:\/\/github.com\/runkalicious\/lullaby",
    "manifest_version": 2,
    "version": "0.9.6",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/defines.js",
            "inject\/inject.js",
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "\/options\/index.html",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Lullaby",
        "default_popup": "page_action\/popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "tabs",
        "notifications"
    ]
}