Simple Weather

A basic weather widget.

Simple Weatherとは何ですか?

Simple WeatherはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A basic weather widget.」です。

拡張機能のスクリーンショット

screenshot

Simple Weather拡張機能のCRXファイルをダウンロード

Simple Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple weather interface that gives a basic forecast: Current temperature in F or C, precipitation probability, and a  brief condition summary.                    

拡張機能の基本情報

名前 Simple Weather Simple Weather
ID gfdfkmhjajkdnlcnbkdmjkmjikkkijal
公式URL https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal
説明 A basic weather widget.
ファイルサイズ 374 KB
インストール数 17
現在のバージョン 0.0.2
最終更新日 2020-05-24
公開日 2020-05-24
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather",
    "description": "A basic weather widget.",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Weather Widget"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "optional_permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'"
}