Currents

Replace new tab screen with current time and weather.

什么是Currents?

Currents是由https://deadnight7.github.io开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab screen with current time and weather.”。

扩展截图

screenshot
screenshot

下载Currents扩展crx文件

下载Currents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace new tab screen with current time and weather.                    

扩展基本信息

名称 Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
官方URL https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
简介 Replace new tab screen with current time and weather.
文件大小 2.38 MB
安装次数 52
当前版本 3.4.0
更新时间 2020-08-18
上架时间 2020-08-18
开发者 https://deadnight7.github.io
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}