Gismeteo Tab
Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
什麼是Gismeteo Tab?
Gismeteo Tab是由https://www.gismeteo.ru開發的Chrome擴展程式,該擴展的主要功能是“Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world”。
擴展截圖
下載Gismeteo Tab擴展crx文件
下載Gismeteo Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gismeteo Tab is a fullscreen weather extension for Chrome.
Just open a new tab to get current weather and forecast. 擴展基本資訊
| 名稱 | |
| ID | dkmoongjbemkaagfcmledklbgchlbboj |
| 官方網址 | https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj |
| 簡介 | Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world |
| 檔案大小 | 669 KB |
| 安裝次數 | 7,917 |
| 目前版本 | 1.0.19 |
| 更新時間 | 2021-10-13 |
| 上架時間 | 2017-11-13 |
| 評分 | 3.74/5 共 136 次評分 |
| 開發者 | https://www.gismeteo.ru |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.gismeteo.com |
| 說明頁面URL | https://www.gismeteo.ru/feedback/ |
| 支援的語言 | en,lt,pl,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
},
"default_locale": "ru",
"description": "__MSG_description_ext__",
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"name": "Gismeteo Tab",
"options_page": "index.html",
"permissions": [
"https:\/\/services.gismeteo.ru\/inform-service\/inf_chrometab\/",
"https:\/\/ssl.google-analytics.com\/",
"tabs"
],
"version": "1.0.19",
"manifest_version": 2,
"web_accessible_resources": [
"favicon-16.png"
]
} | |