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
公式URL 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
Eメール [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'"
}