Aloha!

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

Aloha!คืออะไร?

Aloha! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This helps you set a custom background in your new tab page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aloha!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}