Aloha!

This helps you set a custom background in your new tab page

Cos'è Aloha!?

Aloha! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This helps you set a custom background in your new tab page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aloha!

Scarica i file di estensione Aloha! 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
URL Ufficiale https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
Descrizione This helps you set a custom background in your new tab page
Dimensione del File 1.91 MB
Conteggio Installazioni 205
Versione Corrente 0.1.2
Ultimo Aggiornamento 2017-02-12
Data di Pubblicazione 2017-02-12
Valutazione 4.92/5 Totale 13 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/thepulkitagarwal/aloha
URL della Pagina di Aiuto https://github.com/thepulkitagarwal/aloha
Lingue Supportate 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"
    ]
}