WeatherFlow

Custom new tab with the dynamic background and your city forecast.

WeatherFlowคืออะไร?

WeatherFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hh-ads.com และคุณลักษณะหลักของมันคือ "Custom new tab with the dynamic background and your city forecast."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Monitor your local weather any time. Whether you're scheduling your day or just gearing up for the weather, this extension is your go-to guide.

This extension provides weather forecasts for both today and tomorrow. The switch between Celsius and Fahrenheit is automatic and depends on the target country. Even if you're using a VPN or proxy, you can manually adjust the city if it is incorrectly determined during installation. This adjustment can be made from the top right corner of the New Tab page. Also, if you prefer, you can opt to switch from a dynamic background (which changes depending on the time of day) to a static one - this option is also available on the top right corner. 

This lightweight extension does not gather geolocation data or IP addresses. If your city is inaccurately determined, you can manually change it on the New Tab page. 

Support multiple languages, automatically chosen based on your system's language.

By clicking “Add to Chrome,” you agree to install the WeatherFlow Chrome extension, setting your Chrome New Tab to the one provided by the service, and you accept the Terms of Use and Privacy Policy. The search functionality on the New Tab will be powered by Microsoft Bing.

v1.0.1
New settings menu where you can set dynamic/static background, change set of the images for the background, change your local city.

Privacy Policy - https://hh-ads.com/privacy.html
Terms of Service - https://hh-ads.com/terms.html                    

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

ชื่อ WeatherFlow WeatherFlow
ID pcpjdeeehdmcdjncaaobfadeobbplfbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weatherflow/pcpjdeeehdmcdjncaaobfadeobbplfbm
คำอธิบาย Custom new tab with the dynamic background and your city forecast.
ขนาดไฟล์ 7.79 MB
จำนวนการติดตั้ง 283
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-06-14
วันที่เผยแพร่ 2023-06-01
ผู้พัฒนา https://hh-ads.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://hh-ads.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WeatherFlow",
    "description": "Custom new tab with the dynamic background and your city forecast.",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/hh-ads.com\/*",
        "https:\/\/extfilecontinue.cc\/*"
    ]
}