Scenery Tab
A beautiful scenery photo whenever opening a new tab with the local forecast.
什么是Scenery Tab?
Scenery Tab是由ScenK开发的Chrome扩展程序,该扩展的主要功能是“A beautiful scenery photo whenever opening a new tab with the local forecast.”。
扩展截图
下载Scenery Tab扩展crx文件
下载Scenery Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A beautiful scenery photo whenever opening a new tab.
* A beautiful scenery photo whenever opening a new tab.
** Local forecast based on geolocation.
*** 5 Days local forecast.
**** Links to access your browsing histories, bookmarks, and google web store.
====== Change log ========
[01/01/2023] Bump Manifest-Version.
[09/30/2021] Replace Yahoo Weather API with Open Weather API.
[04/07/2020] Double-clicking the temperature area support changing the temperature unit. 扩展基本信息
| 名称 | |
| ID | nfbonabaanjojlhechnjjakifgdncbgb |
| 官方URL | https://chromewebstore.google.com/detail/scenery-tab/nfbonabaanjojlhechnjjakifgdncbgb |
| 简介 | A beautiful scenery photo whenever opening a new tab with the local forecast. |
| 文件大小 | 343 KB |
| 安装次数 | 555 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2024-02-23 |
| 上架时间 | 2020-04-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ScenK |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://scenk.github.io/Scenery-Tab/privacy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Scenery Tab",
"version": "1.0.2",
"description": "A beautiful scenery photo whenever opening a new tab with the local forecast.",
"icons": {
"16": "src\/public\/icon-16.png",
"48": "src\/public\/icon-48.png",
"128": "src\/public\/icon-128.png"
},
"permissions": [
"geolocation",
"storage"
],
"host_permissions": [
"https:\/\/api.openweathermap.org\/*",
"https:\/\/www.bing.com\/*",
"https:\/\/api.pexels.com\/v1"
],
"chrome_url_overrides": {
"newtab": "tab.html"
},
"author": "ScenK"
} | |