Currents

Replace new tab screen with current time and weather.

Currents là gì?

Currents là một tiện ích mở rộng Chrome được phát triển bởi https://deadnight7.github.io, và tính năng chính của nó là "Replace new tab screen with current time and weather.".

Ả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 Currents

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

                        Replace new tab screen with current time and weather.                    

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

Tên Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
URL Chính Thức https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Mô tả Replace new tab screen with current time and weather.
Kích Thước Tệp 2.38 MB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2020-08-18
Ngày Phát Hành 2020-08-18
Nhà Phát Triển https://deadnight7.github.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'",
    "default_locale": "en",
    "description": "Replace new tab screen with current time and weather.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Currents",
    "options_page": "app\/index.html#\/drawer\/settings",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.0"
}