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
官方網址 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"
    ]
}