Scene Tab
Delightful, speedy, and customizable, a charming new tab design.
Vad är Scene Tab?
Scene Tab är en Chrome-tillägg utvecklad av https://scene-tab.com, och dess huvudfunktion är "Delightful, speedy, and customizable, a charming new tab design.".
Tilläggsskärmbilder
Ladda ner Scene Tab-förlängningens CRX-fil
Ladda ner Scene Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dbfohgocekckdjinlpmdednalcilidgp |
| Officiell webbadress | https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp |
| Beskrivning | Delightful, speedy, and customizable, a charming new tab design. |
| Filstorlek | 2.59 MB |
| Antal Installationer | 64 |
| Aktuell Version | 0.26.3 |
| Senast Uppdaterad | 2024-01-30 |
| Publiceringsdatum | 2023-07-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://scene-tab.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.scene-tab.com/ |
| Stödda Språk | 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"
}
} | |