Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

Weather Watcherคืออะไร?

Weather Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://weatherwatch.zilliuns.com และคุณลักษณะหลักของมันคือ "Access all of your weather alerts in one place instantly from your New Tab page."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Weather Watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
คำอธิบาย Access all of your weather alerts in one place instantly from your New Tab page.
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.0.4
อัปเดตครั้งล่าสุด 2018-10-18
วันที่เผยแพร่ 2018-10-18
ผู้พัฒนา http://weatherwatch.zilliuns.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}