Weather Tab

Replace new tab page with the weather and search

Weather Tabとは何ですか?

Weather Tabはhttps://timleland.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with the weather and search」です。

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

screenshot

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

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

拡張機能の使用方法

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

拡張機能の基本情報

名前 Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
公式URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
説明 Replace new tab page with the weather and search
ファイルサイズ 7.47 MB
インストール数 396
現在のバージョン 1.0.4
最終更新日 2022-08-29
公開日 2019-01-13
評価 4.00/5 合計 8 レビュー
開発者 https://timleland.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://timleland.com/weathertab/
ヘルプページのURL https://timleland.com/weathertab/
プライバシーポリシーページのURL https://t.ly/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}