World Weather Forecast

Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.

World Weather Forecastคืออะไร?

World Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software และคุณลักษณะหลักของมันคือ "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions."

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

screenshot

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

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

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

                        Weather forecast & current weather worldwide in Fahrenheit or Celsius.
Explore world weather maps to view meteorological conditions all across the world.
Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.                    

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

ชื่อ World Weather Forecast World Weather Forecast
ID fnfnbeppfinmnjnjhedifcfllpcfgeea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea
คำอธิบาย Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
ขนาดไฟล์ 34.77 KB
จำนวนการติดตั้ง 68,657
เวอร์ชันปัจจุบัน 2.0.3.6
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-02-22
คะแนน 4.58/5 รวมทั้งหมด 4261 คะแนน
ผู้พัฒนา Smart Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weather.fullstacks.net/
URL หน้าช่วยเหลือ https://weather.fullstacks.net/
URL หน้านโยบายความเป็นส่วนตัว http://iblogbox.com/chrome/tos.php
ภาษาที่รองรับ en
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "2.0.3.6"
}