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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Scenery Tab Scenery Tab
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
Eメール [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"
}