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文件

下載Scene Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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