Lullaby
A sleep timer for streaming web services.
O que é Lullaby?
Lullaby é uma extensão do Chrome desenvolvida por https://mrunkle.com, e sua principal característica é "A sleep timer for streaming web services.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lullaby
Baixe arquivos de extensão Lullaby no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Lullaby |
ID | onmojoipipefhplobcpeokcjjbikhfak |
URL Oficial | https://chromewebstore.google.com/detail/lullaby/onmojoipipefhplobcpeokcjjbikhfak |
Descrição | A sleep timer for streaming web services. |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 89 |
Versão Atual | 0.9.6 |
Última Atualização | 2014-04-01 |
Data de Publicação | 2014-03-31 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | https://mrunkle.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/runkalicious/lullaby |
URL da Página de Ajuda | https://github.com/runkalicious/lullaby/issues |
Idiomas Suportados | 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" ] } |