Weather Forecast

Get current weather, including the daily and hourly forecasts for any desired location, plus badge text notification.

Weather Forecastคืออะไร?

Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leocompson และคุณลักษณะหลักของมันคือ "Get current weather, including the daily and hourly forecasts for any desired location, plus badge text notification."

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

screenshot
screenshot
screenshot

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

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

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

                        Weather Forecast is an extension that lets you easily get the current weather for any desired location. 

Upon adding it to the browser, it shows you the weather for the default city (London, GB). You can update the current city from the options page (requires geolocation permission). There is also a searchbar at the top toolbar to search for a new city. Once a city is found, please click on the - GO - button to search for the specific city. If you want the current city as the default location, please click on the - Set as default - button in the top toolbar. To add a city to the favorites list, please click on the - Add to favorites button. All the favorites items appear in the favorites tab. In the settings tab, there are several settings to adjust, including temperature unit, decimal point for badge icon text and etc. 

Note: this addon uses the free weather API from the - openweathermap.org - website which requires an API key. Each free key only allows up to 60 requests per minute. Therefore, before using the app please navigate to (https://home.openweathermap.org/users/sign_up) website, and signup to get a free API key for your addon. Then, add it to the setting page (bottom section). Once a new API key is added, you can start using the app. To read the privacy policy regarding the weather API, please read this page (https://openweather.co.uk/privacy-policy) on the openweathermap.org website.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/weather-forecast.html).                    

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

ชื่อ Weather Forecast Weather Forecast
ID ggnhhghmkebhcinhhelmadgghnbddlij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather-forecast/ggnhhghmkebhcinhhelmadgghnbddlij
คำอธิบาย Get current weather, including the daily and hourly forecasts for any desired location, plus badge text notification.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2022-03-12
วันที่เผยแพร่ 2021-01-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา leocompson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/weather-forecast.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/weather-forecast.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Weather Forecast",
    "short_name": "weather-forecast",
    "homepage_url": "https:\/\/mybrowseraddon.com\/weather-forecast.html",
    "description": "Get current weather, including the daily and hourly forecasts for any desired location, plus badge text notification.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "idle",
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Weather Forecast",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}