What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
What's The Weatherคืออะไร?
What's The Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://what-is-the-weather.com และคุณลักษณะหลักของมันคือ "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What's The Weather
ดาวน์โหลดไฟล์ส่วนขยาย What's The Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
คำอธิบาย | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
ขนาดไฟล์ | 93.3 KB |
จำนวนการติดตั้ง | 65,028 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-06-10 |
วันที่เผยแพร่ | 2022-05-05 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://what-is-the-weather.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://what-is-the-weather.com/ |
URL หน้าช่วยเหลือ | https://what-is-the-weather.com/pages/contact.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |