Scene Tab
Delightful, speedy, and customizable, a charming new tab design.
Hvad er Scene Tab?
Scene Tab er en Chrome-udvidelse udviklet af https://scene-tab.com, og dens hovedfunktion er "Delightful, speedy, and customizable, a charming new tab design.".
Udvidelsesskærmbilleder
Download Scene Tab-udvidelses-CRX-fil
Download Scene Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Scene Tab |
ID | dbfohgocekckdjinlpmdednalcilidgp |
Officiel URL | https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp |
Beskrivelse | Delightful, speedy, and customizable, a charming new tab design. |
Filstørrelse | 2.59 MB |
Antal Installationer | 64 |
Nuværende Version | 0.26.3 |
Senest Opdateret | 2024-01-30 |
Udgivelsesdato | 2023-07-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://scene-tab.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.scene-tab.com/ |
Understøttede Sprog | 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" } } |