WorldWeatherOnline
This is the official extension of World Weather online ( https://www.worldweatheronline.com/ ). ► What is the functionality? This…
WorldWeatherOnlineคืออะไร?
WorldWeatherOnline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.worldweatheronline.com และคุณลักษณะหลักของมันคือ "This is the official extension of World Weather online ( https://www.worldweatheronline.com/ ). ► What is the functionality? This…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WorldWeatherOnline
ดาวน์โหลดไฟล์ส่วนขยาย WorldWeatherOnline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the official extension of World Weather online ( https://www.worldweatheronline.com/ ). ► What is the functionality? This extension shows you Weather condition in your city together with 7 day forecast wrapped in elegant and simple design. ► Current location recognition Right after the installation the extension will automatically know where are you now and it will set the location you are at as a default. You can also change the default location in the settings. ► Multiple locations supported There is no limit in adding more location. For example you go on a vacation and you still want to know what the weather conditions back at home are. Just set add you vacation location as a default and easily switch between the other places. ► Past weather You can take a look on weather all the way to the year of 2008. There are some interesting data there. ► Search by city/town name, airport codes, zip code. ► Live search ► API info ► Language localization With English, Russian, German, Spanish ► Social Media Sharing Share weather with your friends on Facebook, Twitter, LinkedIn, Pinterest, Instagram, Google+ and many more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WorldWeatherOnline |
ID | jkpahjicmehopmlkbenbkmckcedlcmhk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/worldweatheronline/jkpahjicmehopmlkbenbkmckcedlcmhk |
คำอธิบาย | This is the official extension of World Weather online ( https://www.worldweatheronline.com/ ). ► What is the functionality? This… |
ขนาดไฟล์ | 4.18 MB |
จำนวนการติดตั้ง | 5,451 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2021-06-15 |
วันที่เผยแพร่ | 2015-05-25 |
คะแนน | 4.40/5 รวมทั้งหมด 579 คะแนน |
ผู้พัฒนา | https://www.worldweatheronline.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.worldweatheronline.com/privacy-policy.aspx |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorldWeatherOnline", "version": "3.0", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "activeTab" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "logo.png", "default_title": "WorldWeatherOnline" }, "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'" } |