Lullaby

A sleep timer for streaming web services.

Lullaby क्या है?

Lullaby https://mrunkle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A sleep timer for streaming web services."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lullaby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}