Chrome Delight

Replace your new tab with beautiful timelapse videos, with weather and time.

Chrome Delightคืออะไร?

Chrome Delight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replace your new tab with beautiful timelapse videos, with weather and time."

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

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

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

                                            

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

ชื่อ Chrome Delight Chrome Delight
ID chkgbgmnkiaiimlnmcbjhmoflgjbehoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj
คำอธิบาย Replace your new tab with beautiful timelapse videos, with weather and time.
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0.25
อัปเดตครั้งล่าสุด 2017-10-28
วันที่เผยแพร่ 2017-10-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Delight",
    "short_name": "chrome-delight",
    "description": "Replace your new tab with beautiful timelapse videos, with weather and time.",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.25",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "topSites",
        "chrome:\/\/favicon\/",
        "http:\/\/cdn.usedelight.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}