Lullaby
A sleep timer for streaming web services.
Lullabyคืออะไร?
Lullaby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mrunkle.com และคุณลักษณะหลักของมันคือ "A sleep timer for streaming web services."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lullaby
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |