Aloha!

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

Was ist Aloha!?

Aloha! ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This helps you set a custom background in your new tab page".

Erweiterungsscreenshots

screenshot

Aloha!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aloha!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
Offizielle URL https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
Beschreibung This helps you set a custom background in your new tab page
Dateigröße 1.91 MB
Installationsanzahl 205
Aktuelle Version 0.1.2
Letztes Update 2017-02-12
Veröffentlichungsdatum 2017-02-12
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/thepulkitagarwal/aloha
Hilfeseite URL https://github.com/thepulkitagarwal/aloha
Unterstützte Sprachen 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"
    ]
}