Bling

Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…

Blingคืออะไร?

Bling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sc268 และคุณลักษณะหลักของมันคือ "Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…"

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

screenshot
screenshot
screenshot

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

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

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

                        Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing daily photos. Minimal permission required.                    

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

ชื่อ Bling Bling
ID miadgdbikopilibajdfnooeimafebocb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bling/miadgdbikopilibajdfnooeimafebocb
คำอธิบาย Bring beautiful natural scenery to every new tab in Chrome! Bling vivifies the default plain tab background into versatile Bing…
ขนาดไฟล์ 42.63 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2019-10-21
วันที่เผยแพร่ 2019-10-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sc268
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/seanschang
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bling",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "new.html"
    },
    "permissions": [
        "https:\/\/www.bing.com\/*"
    ],
    "web_accessible_resources": [
        "new.html"
    ],
    "homepage_url": "https:\/\/linkedin.com\/in\/seanschang",
    "description": "",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon.png"
    }
}