Dailly Happy Universe
Everything is just a 'little thing' in the entitled universe.
O que é Dailly Happy Universe?
Dailly Happy Universe é uma extensão do Chrome desenvolvida por Craig Kuo, e sua principal característica é "Everything is just a 'little thing' in the entitled universe.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dailly Happy Universe
Baixe arquivos de extensão Dailly Happy Universe 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
This is a simple new-tab background app. It connects daily NASA photo/video to your Chrome. If you love to read universe information everyday, you will easily enjoy it by adding a new tab.
Informações Básicas da Extensão
Nome | Dailly Happy Universe |
ID | dlhgkcpnmaeppiblmkhacblhpfbolefk |
URL Oficial | https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk |
Descrição | Everything is just a 'little thing' in the entitled universe. |
Tamanho do Arquivo | 1.26 MB |
Contagem de Instalações | 22 |
Versão Atual | 0.6.1 |
Última Atualização | 2018-09-11 |
Data de Publicação | 2018-09-11 |
Classificação | 4.60/5 Total de 10 Avaliações |
Desenvolvedor | Craig Kuo |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://happylab.cc/happeversity/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dailly Happy Universe", "description": "Everything is just a 'little thing' in the entitled universe.", "version": "0.6.1", "incognito": "split", "offline_enabled": true, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "background": { "scripts": [ "nasa.js" ] } } |