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是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.”。
擴展截圖
下載World Weather Forecast擴展crx文件
下載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 |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
官方網址 | 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" } |