App for Weather Forecast
The easiest way to lookup current weather in your area, plus, get badge notifications
App for Weather Forecastคืออะไร?
App for Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MeryDev และคุณลักษณะหลักของมันคือ "The easiest way to lookup current weather in your area, plus, get badge notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App for Weather Forecast
ดาวน์โหลดไฟล์ส่วนขยาย App for Weather Forecast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
App for Weather Forecast is a comprehensive weather forecast addon that lets you easily open weather underground website (wunderground.com) in a new popup window. Within the UI there are 6 buttons at the right-side to enhance using the app. Badge icon text notifies you of the current weather temperature. You can set the temperature to be in Centigrade or Fahrenheit units and badge text will automatically adapt to that. Note 1: App for Weather Forecast does NOT belong or related to the official wunderground website in any ways. It is an unofficial app that is developed and maintained independently. The official wunderground page is only released for the web. This unofficial app (browser addon) is a wrapper to the original wunderground web application and tries to make it usable as a browser plug-in. Note 2: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/app-for-weather.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlgppjhcmfegjcfahgkmbkacbmjpfjbm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/app-for-weather-forecast/mlgppjhcmfegjcfahgkmbkacbmjpfjbm |
คำอธิบาย | The easiest way to lookup current weather in your area, plus, get badge notifications |
ขนาดไฟล์ | 53.29 KB |
จำนวนการติดตั้ง | 239 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2017-03-12 |
วันที่เผยแพร่ | 2017-03-12 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MeryDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mybrowseraddon.com/app-for-weather.html |
URL หน้าช่วยเหลือ | http://mybrowseraddon.com/app-for-weather.html |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/mery.dev.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "short_name": "appforweather", "name": "App for Weather Forecast", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/app-for-weather.html", "web_accessible_resources": [ "data\/panel\/panel.css", "data\/icons\/*.png" ], "browser_action": { "default_icon": "data\/icons\/32.png", "default_title": "App for Weather Forecast" }, "description": "The easiest way to lookup current weather in your area, plus, get badge notifications", "permissions": [ "tabs", "storage", " |