Google Page Cumstom Background

Replacing boring default background to random hi-def images

Google Page Cumstom Backgroundคืออะไร?

Google Page Cumstom Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ysl.stefan และคุณลักษณะหลักของมันคือ "Replacing boring default background to random hi-def images"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Page Cumstom Background

ดาวน์โหลดไฟล์ส่วนขยาย Google Page Cumstom Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash.

You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
คำอธิบาย Replacing boring default background to random hi-def images
ขนาดไฟล์ 5.39 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-08-25
วันที่เผยแพร่ 2017-08-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ysl.stefan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Page Cumstom Background",
    "description": "Replacing boring default background to random hi-def images",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ],
            "css": [
                "bg.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Custom Google background"
    }
}