Scene Tab

Delightful, speedy, and customizable, a charming new tab design.

Scene Tab란 무엇입니까?

Scene Tab은(는) https://scene-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delightful, speedy, and customizable, a charming new tab design."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Scene Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Delightful, speedy, and customizable, a charming new tab design.
A series of beautiful clock styles, combine with your favorite images easily.
And Customize your own clock, with HTML / CSS that you are familiar with.
Enjoy it!                    

확장 프로그램 기본 정보

이름 Scene Tab Scene Tab
ID dbfohgocekckdjinlpmdednalcilidgp
공식 URL https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp
설명 Delightful, speedy, and customizable, a charming new tab design.
파일 크기 2.59 MB
설치 횟수 64
현재 버전 0.26.3
최근 업데이트 2024-01-30
출시 날짜 2023-07-06
평점 5.00/5 총 1 개의 평점
개발자 https://scene-tab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.scene-tab.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scene Tab",
    "description": "Delightful, speedy, and customizable, a charming new tab design.",
    "version": "0.26.3",
    "icons": {
        "16": "Public\/assets\/icons\/icon-s-16.png",
        "32": "Public\/assets\/icons\/icon-s-32.png",
        "48": "Public\/assets\/icons\/icon-s-48.png",
        "128": "Public\/assets\/icons\/icon-128.png"
    },
    "permissions": [
        "alarms",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}