Simple Weather Report

Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.

Simple Weather Reportとは何ですか?

Simple Weather Reportはhttps://romanoff.ioによって開発されたChromeの拡張機能で、その主な機能は「Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)                    

拡張機能の基本情報

名前 Simple Weather Report Simple Weather Report
ID khbkgchpkbiecdafoacnkbdomjfgekdo
公式URL https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo
説明 Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
ファイルサイズ 824 KB
インストール数 380
現在のバージョン 1.0.2
最終更新日 2020-08-25
公開日 2020-08-16
評価 4.00/5 合計 3 レビュー
開発者 https://romanoff.io
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "name": "Simple Weather Report",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.",
    "author": "Michael Romanoff, [email protected]",
    "homepage_url": "https:\/\/romanoff.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Simple Weather Report",
        "default_popup": "src\/dist\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}