My Weather

The weather at your fingertips with 'My Weather'

My Weatherคืออะไร?

My Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HBC Media Group และคุณลักษณะหลักของมันคือ "The weather at your fingertips with 'My Weather'"

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

screenshot

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

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

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

                        Stay up to date with the latest weather conditions in your area with this convenient Chrome extension. You can see the current temperature, and the forecast of the upcoming week for your location once you open a new Chrome tab or window. It's possible to switch between Celsius and Fahrenheit when looking at the weather by pressing the corresponding buttons. Whether you're planning your day or just want to be prepared for the elements, this extension has you covered.

*Using a VPN will disrupt the extensions ability to see the user's location, and as a result it won't be able to provide the actual weather forecast.

By clicking “Add to Chrome”, You accept and agree to installing the My Weather Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing.

Privacy Policy - https://hbcmediagroup.com/privacy-policy.php
Terms of Service - https://hbcmediagroup.com/terms-of-service.php                    

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

ชื่อ My Weather My Weather
ID bjplmidfgkjjemadmgdflcdipmmigbef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-weather/bjplmidfgkjjemadmgdflcdipmmigbef
คำอธิบาย The weather at your fingertips with 'My Weather'
ขนาดไฟล์ 1.58 MB
จำนวนการติดตั้ง 25,452
เวอร์ชันปัจจุบัน 0.5.1
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-02-22
คะแนน 4.18/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา HBC Media Group
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hbcmediagroup.com/
URL หน้าช่วยเหลือ https://hbcmediagroup.com/
URL หน้านโยบายความเป็นส่วนตัว https://hbcmediagroup.com/privacy-policy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.5.1",
    "author": "Domain Development Corp.",
    "name": "My Weather",
    "description": "The weather at your fingertips with 'My Weather'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.bestweatherextension.com\/*"
    ]
}