Scene Tab
Delightful, speedy, and customizable, a charming new tab design.
Cos'è Scene Tab?
Scene Tab è un'estensione di Chrome sviluppata da https://scene-tab.com, e la sua funzione principale è "Delightful, speedy, and customizable, a charming new tab design.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scene Tab
Scarica i file di estensione Scene Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Scene Tab |
ID | dbfohgocekckdjinlpmdednalcilidgp |
URL Ufficiale | https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp |
Descrizione | Delightful, speedy, and customizable, a charming new tab design. |
Dimensione del File | 2.59 MB |
Conteggio Installazioni | 64 |
Versione Corrente | 0.26.3 |
Ultimo Aggiornamento | 2024-01-30 |
Data di Pubblicazione | 2023-07-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://scene-tab.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.scene-tab.com/ |
Lingue Supportate | 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" } } |