Scene Tab

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

What is Scene Tab?

Scene Tab is a Chrome extension developed by https://scene-tab.com, and its main feature is "Delightful, speedy, and customizable, a charming new tab design.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Scene Tab Extension CRX File

Download Scene Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Scene Tab Scene Tab
ID dbfohgocekckdjinlpmdednalcilidgp
Official URL https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp
Description Delightful, speedy, and customizable, a charming new tab design.
File Size 2.59 MB
Installation Count 64
Current Version 0.26.3
Last Updated 2024-01-30
Publish Date 2023-07-06
Rating 5.00/5 Total 1 Ratings
Developer https://scene-tab.com
Email [email protected]
Payment Type free
Extension Website https://www.scene-tab.com/
Supported Languages 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"
    }
}