Chrome Delight

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

Chrome Delight là gì?

Chrome Delight 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à "Replace your new tab with beautiful timelapse videos, with weather and time.".

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

Tải xuống các tệp mở rộng Chrome Delight 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

                                            

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

Tên Chrome Delight Chrome Delight
ID chkgbgmnkiaiimlnmcbjhmoflgjbehoj
URL Chính Thức https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj
Mô tả Replace your new tab with beautiful timelapse videos, with weather and time.
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.25
Cập Nhật Lần Cuối 2017-10-28
Ngày Phát Hành 2017-10-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}