Lullaby
A sleep timer for streaming web services.
什麼是Lullaby?
Lullaby是由https://mrunkle.com開發的Chrome擴展程式,該擴展的主要功能是“A sleep timer for streaming web services.”。
擴展截圖
下載Lullaby擴展crx文件
下載Lullaby擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | onmojoipipefhplobcpeokcjjbikhfak |
官方網址 | 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" ] } |