Rambler/weather
Instant access to the weather forecast worldwide
Rambler/weatherคืออะไร?
Rambler/weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://soft.rambler.ru และคุณลักษณะหลักของมันคือ "Instant access to the weather forecast worldwide"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rambler/weather
ดาวน์โหลดไฟล์ส่วนขยาย Rambler/weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rambler/weather |
ID | mnellcecpgpeniolniglgfdfphfeoffo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo |
คำอธิบาย | Instant access to the weather forecast worldwide |
ขนาดไฟล์ | 741 KB |
จำนวนการติดตั้ง | 6,112 |
เวอร์ชันปัจจุบัน | 3.0.3 |
อัปเดตครั้งล่าสุด | 2018-07-16 |
วันที่เผยแพร่ | 2018-07-16 |
คะแนน | 3.42/5 รวมทั้งหมด 86 คะแนน |
ผู้พัฒนา | https://soft.rambler.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://soft.rambler.ru/ |
URL หน้าช่วยเหลือ | https://help.rambler.ru/feedback/weather/ |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "46", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage" ], "default_locale": "ru", "version": "3.0.3", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/index.js" ] }, "content_security_policy": "script-src 'self' https:\/\/st.top100.ru ; object-src 'self' ;" } |