Lullaby
A sleep timer for streaming web services.
Cos'è Lullaby?
Lullaby è un'estensione di Chrome sviluppata da https://mrunkle.com, e la sua funzione principale è "A sleep timer for streaming web services.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lullaby
Scarica i file di estensione Lullaby in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Lullaby |
ID | onmojoipipefhplobcpeokcjjbikhfak |
URL Ufficiale | https://chromewebstore.google.com/detail/lullaby/onmojoipipefhplobcpeokcjjbikhfak |
Descrizione | A sleep timer for streaming web services. |
Dimensione del File | 112 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 0.9.6 |
Ultimo Aggiornamento | 2014-04-01 |
Data di Pubblicazione | 2014-03-31 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | https://mrunkle.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/runkalicious/lullaby |
URL della Pagina di Aiuto | https://github.com/runkalicious/lullaby/issues |
Lingue Supportate | 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" ] } |