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 |
| 官方URL | 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"
]
} | |