Blank New Tab
Blank page on new tab with dark mode button.
Cos'è Blank New Tab?
Blank New Tab è un'estensione di Chrome sviluppata da meh, e la sua funzione principale è "Blank page on new tab with dark mode button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blank New Tab
Scarica i file di estensione Blank New 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
A Google Chrome extension which replaces the default new tab page with a blank screen 🌈 . Also have a dark mode 😎 button in case you want it to be dark.
Features
✅ Same background color as other native Chrome tabs
✅ Same title as the default new tab page ("New tab")
✅ Dark mode button
Tweet me at @asyr0f 😎
CHANGELOG
1.0.0
- First stable release. Informazioni di Base sull'Estensione
| Nome | |
| ID | mddjhfmfmjjcamojkkjeiodkdhdedhce |
| URL Ufficiale | https://chromewebstore.google.com/detail/blank-new-tab/mddjhfmfmjjcamojkkjeiodkdhdedhce |
| Descrizione | Blank page on new tab with dark mode button. |
| Dimensione del File | 4.64 KB |
| Conteggio Installazioni | 76 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-07-05 |
| Data di Pubblicazione | 2021-04-20 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | meh |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blank New Tab",
"version": "1.0.0",
"manifest_version": 2,
"description": "Blank page on new tab with dark mode button.",
"homepage_url": "https:\/\/asyrafff.com\/",
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |