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 |
| 官方網址 | 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"
} | |