Custom Tab Extension

This new tab with changing wallpaper will display weather and date/time at user's current location

Custom Tab Extension là gì?

Custom Tab Extension là một tiện ích mở rộng Chrome được phát triển bởi bhavyac045, và tính năng chính của nó là "This new tab with changing wallpaper will display weather and date/time at user's current location".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

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

                        This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.                    

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

Tên Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
URL Chính Thức https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
Mô tả This new tab with changing wallpaper will display weather and date/time at user's current location
Kích Thước Tệp 702 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-05-05
Nhà Phát Triển bhavyac045
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Tab Extension",
    "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location",
    "version": "3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "content.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "browser_action": {
        "default_title": "Custom Tab"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "identity",
        "identity.email"
    ]
}