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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}