Weather Tab

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

Weather Tabคืออะไร?

Weather Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Weather Tab และคุณลักษณะหลักของมันคือ "Access to current and extended weather forecast, and alerts, free on your browser New Tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}