Winterly Tab
Beautifully replace new tab screen with simple and minimalist winter themed background.
Cos'è Winterly Tab?
Winterly Tab è un'estensione di Chrome sviluppata da Hadna Space, e la sua funzione principale è "Beautifully replace new tab screen with simple and minimalist winter themed background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Winterly Tab
Scarica i file di estensione Winterly 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
Free & open source new tab replacement for your browser. All images are taken from Unsplash. Image background will be automatically changed every 5 minutes, or you can change it manually. Informazioni di Base sull'Estensione
| Nome | |
| ID | fcbaofhfpeakjobpnemojmibbnkpgigi |
| URL Ufficiale | https://chromewebstore.google.com/detail/winterly-tab/fcbaofhfpeakjobpnemojmibbnkpgigi |
| Descrizione | Beautifully replace new tab screen with simple and minimalist winter themed background. |
| Dimensione del File | 236 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2021-10-05 |
| Data di Pubblicazione | 2021-10-04 |
| Sviluppatore | Hadna Space |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/dkhd/winterly-tab |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Winterly Tab",
"author": "Diky hadna",
"version": "0.0.1",
"description": "Beautifully replace new tab screen with simple and minimalist winter themed background.",
"icons": {
"16": "snowflake.png",
"48": "snowflake.png",
"128": "snowflake.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |