Aloha!

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

Qu'est-ce que Aloha! ?

Aloha! est une extension Chrome développée par Unknown, et sa fonction principale est "This helps you set a custom background in your new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aloha!

Téléchargez les fichiers d'extension Aloha! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
URL Officiel https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
Description This helps you set a custom background in your new tab page
Taille du Fichier 1.91 MB
Nombre d'Installations 205
Version Actuelle 0.1.2
Dernière Mise à Jour 2017-02-12
Date de Publication 2017-02-12
Évaluation 4.92/5 Total 13 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/thepulkitagarwal/aloha
URL de la Page d'Aide https://github.com/thepulkitagarwal/aloha
Langues Prises en Charge 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"
    ]
}