Weather Tab

Access to current and extended weather forecast, and alerts, free on your browser New Tab.

什麼是Weather Tab?

Weather Tab是由Weather Tab開發的Chrome擴展程式,該擴展的主要功能是“Access to current and extended weather forecast, and alerts, free on your browser New Tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Weather Tab擴展crx文件

下載Weather Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension updates your browser New Tab and provides:
 - Local Weather Conditions
   - Humidity
   - Sun/Sunset time
   - Hourly Forecast
   - 7 Day Forecast
 - Links to topsites

Comes with daily Weather Prompt to show you local weather in a new Chrome tab!

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)

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Replace the page you see when opening a new tab"
This allows us to show you our product on new tab page.

"Read your browsing history"
This allows us to manage browser tabs and provide relevant product specific information.                    

擴展基本資訊

名稱 Weather Tab Weather Tab
ID mbjjapmdfmkkcheaehlmmiepjnpaeedp
官方網址 https://chrome.google.com/webstore/detail/weather-tab/mbjjapmdfmkkcheaehlmmiepjnpaeedp
簡介 Access to current and extended weather forecast, and alerts, free on your browser New Tab.
檔案大小 48.13 KB
安裝次數 10,000
目前版本 1.21.1001
更新時間 2021-10-05
上架時間 2021-02-20
評分 4.00/5 共 3 次評分
開發者 Weather Tab
電子郵箱 [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": "Access to current and extended weather forecast, and alerts, free on your browser New Tab.",
    "version": "1.21.1001",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Weather Tab"
    },
    "background": {
        "page": "background\/index.html"
    },
    "permissions": [
        "*:\/\/*.weathertab-api.info\/*",
        "cookies",
        "topSites",
        "contextMenus",
        "storage",
        "tabs",
        "alarms"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/icons\/16.png",
        "\/newtab\/index.html"
    ]
}