Aloha!

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

Aloha!とは何ですか?

Aloha!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「This helps you set a custom background in your new tab page」です。

拡張機能のスクリーンショット

screenshot

Aloha!拡張機能のCRXファイルをダウンロード

Aloha!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
公式URL https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
説明 This helps you set a custom background in your new tab page
ファイルサイズ 1.91 MB
インストール数 205
現在のバージョン 0.1.2
最終更新日 2017-02-12
公開日 2017-02-12
評価 4.92/5 合計 13 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/thepulkitagarwal/aloha
ヘルプページのURL https://github.com/thepulkitagarwal/aloha
対応言語 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"
    ]
}