World Weather
5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…
什麼是World Weather?
World Weather是由https://oplao.com開發的Chrome擴展程式,該擴展的主要功能是“5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…”。
擴展截圖
下載World Weather擴展crx文件
下載World Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed forecast, 3 day forecast, fast locations change button (up to 7 locations).
Oplao.com website is no more served. App is now weather-outlook.com
Extension features:
-status bar current condition icon
-accurate forecast
-local and worldwide weather forecast
-detailed forecast
-multi location forecast
-native language location search
-c-f,m/s-mph,Hpa-torr preferences.
-en-ru version
- 7 day forecast, hourly forecast, 3d forecast links
Oplao.com website is no more served. App is now weather-outlook.com
Professional Weather Forecast provided by Worldweatheronline.com 擴展基本資訊
| 名稱 | |
| ID | jbjeihiakbjchgaehgcilindlghfffnb |
| 官方網址 | https://chromewebstore.google.com/detail/world-weather/jbjeihiakbjchgaehgcilindlghfffnb |
| 簡介 | 5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed… |
| 檔案大小 | 1.02 MB |
| 安裝次數 | 7,529 |
| 目前版本 | 2 |
| 更新時間 | 2021-07-22 |
| 上架時間 | 2019-03-08 |
| 評分 | 4.47/5 共 592 次評分 |
| 開發者 | https://oplao.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://worldweatheronline.com |
| 說明頁面URL | https://www.worldweatheronline.com/contact.aspx |
| 隱私政策頁面URL | https://www.worldweatheronline.com/privacy-policy.aspx |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Weather",
"version": "2",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo.png",
"default_title": "WorldWeatherOnline"
},
"content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
} | |