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
官方網址 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"
}