Aloha!
This helps you set a custom background in your new tab page
O que é Aloha!?
Aloha! é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This helps you set a custom background in your new tab page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Aloha!
Baixe arquivos de extensão Aloha! 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
Simply drag and drop the image you want as your wallpaper, and voila, it is the wallpaper on your new tab page. Or, choose 'Set Background' from the settings button from the bottom left, and get a mini editor to rotate or resize your image. You can even add your name using the same settings button. Go to https://github.com/thepulkitagarwal/aloha for more.
Informações Básicas da Extensão
Nome | Aloha! |
ID | cindhabgfhamcohaidflbcpniigmmamf |
URL Oficial | https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf |
Descrição | This helps you set a custom background in your new tab page |
Tamanho do Arquivo | 1.91 MB |
Contagem de Instalações | 205 |
Versão Atual | 0.1.2 |
Última Atualização | 2017-02-12 |
Data de Publicação | 2017-02-12 |
Classificação | 4.92/5 Total de 13 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/thepulkitagarwal/aloha |
URL da Página de Ajuda | https://github.com/thepulkitagarwal/aloha |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aloha!", "short_name": "Aloha", "version": "0.1.2", "description": "This helps you set a custom background in your new tab page", "icons": { "48": "res\/icon48.png", "72": "res\/icon72.png", "96": "res\/icon96.png", "128": "res\/icon128.png", "144": "res\/icon144.png", "192": "res\/icon192.png", "512": "res\/icon512.png" }, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "src\/eventpage.js" ] }, "browser_action": { "default_title": "Aloha!" }, "chrome_url_overrides": { "newtab": "src\/dashboard.html" }, "permissions": [ "unlimitedStorage", "https:\/\/www.goodreads.com\/quotes_of_the_day\/rss" ] } |