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"
    ]
}