Weather Clock for Chrome

New tab screen with current time and weather.

什麼是Weather Clock for Chrome?

Weather Clock for Chrome是由Next Things Apps開發的Chrome擴展程式,該擴展的主要功能是“New tab screen with current time and weather.”。

擴展截圖

screenshot
screenshot

下載Weather Clock for Chrome擴展crx文件

下載Weather Clock for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.                    

擴展基本資訊

名稱 Weather Clock for Chrome Weather Clock for Chrome
ID adknmgojfoolkhflnjbjhnahaagjgogd
官方網址 https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd
簡介 New tab screen with current time and weather.
檔案大小 2.21 MB
安裝次數 383
目前版本 1.0.0
更新時間 2019-09-04
上架時間 2019-09-04
評分 5.00/5 共 1 次評分
開發者 Next Things Apps
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Clock for Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "app\/index.html#\/drawer\/settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "New tab screen with current time and weather.",
    "background": {
        "scripts": [
            "app\/underscore.js",
            "app\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'"
}