Lullaby

A sleep timer for streaming web services.

Lullaby là gì?

Lullaby là một tiện ích mở rộng Chrome được phát triển bởi https://mrunkle.com, và tính năng chính của nó là "A sleep timer for streaming web services.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lullaby

Tải xuống các tệp mở rộng Lullaby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lullaby Lullaby
ID onmojoipipefhplobcpeokcjjbikhfak
URL Chính Thức https://chromewebstore.google.com/detail/lullaby/onmojoipipefhplobcpeokcjjbikhfak
Mô tả A sleep timer for streaming web services.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 0.9.6
Cập Nhật Lần Cuối 2014-04-01
Ngày Phát Hành 2014-03-31
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://mrunkle.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/runkalicious/lullaby
URL Trang Trợ Giúp https://github.com/runkalicious/lullaby/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}