Currently

Replace new tab screen with current time and weather.

Currently là gì?

Currently là một tiện ích mở rộng Chrome được phát triển bởi Currently, 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 Currently

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

                        Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.

Permissions & Reasons Used

Our extension uses the minimum permissions required:

Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."                    

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

Tên Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
URL Chính Thức https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Mô tả Replace new tab screen with current time and weather.
Kích Thước Tệp 29.07 MB
Số Lần Cài Đặt 70,000
Phiên Bản Hiện Tại 5.1.1
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2021-01-18
Đánh Giá 4.05/5 Tổng số 2041 Đánh Giá
Nhà Phát Triển Currently
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://search.currentlyweather.com/home/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currently",
    "version": "5.1.1",
    "manifest_version": 2,
    "description": "Replace new tab screen with current time and weather.",
    "background": {
        "scripts": [
            "core\/index.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "*.json"
    ]
}