Time and Weather Tab

Minimal New Tab Page.

Time and Weather Tab là gì?

Time and Weather Tab là một tiện ích mở rộng Chrome được phát triển bởi wilsodadeveloper, và tính năng chính của nó là "Minimal New Tab Page.".

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

screenshot

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

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

                        A minimal new tab page that shows the time and current weather.                    

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

Tên Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
URL Chính Thức https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Mô tả Minimal New Tab Page.
Kích Thước Tệp 41.82 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-02-16
Ngày Phát Hành 2017-02-16
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển wilsodadeveloper
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": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}

Tiện Ích Mở Rộng Liên Quan