Weather New Tab

The best weather new tab extention

Weather New Tab là gì?

Weather New Tab là một tiện ích mở rộng Chrome được phát triển bởi weathernewtab, và tính năng chính của nó là "The best weather new tab extention".

Ả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 Weather New Tab

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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

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

Tên Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
URL Chính Thức https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Mô tả The best weather new tab extention
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 6,921
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-30
Ngày Phát Hành 2022-10-26
Nhà Phát Triển weathernewtab
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://weathernewtab.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}