ActualWeather

Get current weather in your browser!

ActualWeatherคืออะไร?

ActualWeather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdsSquared, LLC และคุณลักษณะหลักของมันคือ "Get current weather in your browser!"

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

screenshot

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

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

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

                        Actual Weather gives you quick easy access to your weather at a glance when you open a new tab                    

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

ชื่อ ActualWeather ActualWeather
ID jlalmckfngpijaibdnbphajodinicbfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn
คำอธิบาย Get current weather in your browser!
ขนาดไฟล์ 3.32 MB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2023-10-10
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา AdsSquared, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ActualWeather.com
URL หน้าช่วยเหลือ https://ActualWeather.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://adssquared.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ActualWeather",
    "description": "Get current weather in your browser!",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "newtab.html",
        "default_icon": []
    }
}