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
官方網址 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
電子郵箱 [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"
    ]
}