Weather Tab

Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.

Weather Tabとは何ですか?

Weather TabはWeather Tabによって開発されたChromeの拡張機能で、その主な機能は「Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Get Access to current Weather, extended weather forecast, search and more!

Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results."

This extension updates your browser New Tab and provides:
 - Local Weather Conditions
   - Humidity
   - Sun/Sunset time
   - Hourly Forecast
   - 7 Day Forecast
  - A web search box

Comes with daily Weather Prompt to show you local weather in a new Chrome window!
By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)                    

拡張機能の基本情報

名前 Weather Tab Weather Tab
ID eboighkploafnninjidahohphgdlbail
公式URL https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail
説明 Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
ファイルサイズ 44.53 KB
インストール数 3,648
現在のバージョン 1.23.905
最終更新日 2023-09-09
公開日 2023-04-01
評価 4.00/5 合計 4 レビュー
開発者 Weather Tab
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://weathertab-site.info/privacy-policy/index.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "Weather Tab",
    "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.",
    "version": "1.23.905",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Weather Tab"
    },
    "permissions": [
        "alarms",
        "cookies",
        "topSites",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.weathertab-api.info\/*"
    ],
    "manifest_version": 3
}