Aloha!

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

Aloha! là gì?

Aloha! là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This helps you set a custom background in your new tab page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aloha!

Tải xuống các tệp mở rộng Aloha! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
URL Chính Thức https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
Mô tả This helps you set a custom background in your new tab page
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 4.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thepulkitagarwal/aloha
URL Trang Trợ Giúp https://github.com/thepulkitagarwal/aloha
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}