Aloha!

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

What is Aloha!?

Aloha! is a Chrome extension developed by Unknown, and its main feature is "This helps you set a custom background in your new tab page".

Extension Screenshots

screenshot

Download Aloha! Extension CRX File

Download Aloha! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
Official URL https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
Description This helps you set a custom background in your new tab page
File Size 1.91 MB
Installation Count 205
Current Version 0.1.2
Last Updated 2017-02-12
Publish Date 2017-02-12
Rating 4.92/5 Total 13 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/thepulkitagarwal/aloha
Help Page URL https://github.com/thepulkitagarwal/aloha
Supported Languages 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"
    ]
}