Blank New Tab (with Dark Mode Support)
A blank new tab page that supports your system dark mode.
Wat is Blank New Tab (with Dark Mode Support)?
Blank New Tab (with Dark Mode Support) is een Chrome-extensie ontwikkeld door nickbreaton, en de belangrijkste functie is "A blank new tab page that supports your system dark mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blank New Tab (with Dark Mode Support)
Download Blank New Tab (with Dark Mode Support)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Open source on GitHub. MIT Licensed. Requires Chrome 88.
Basisinformatie over de Extensie
Naam | Blank New Tab (with Dark Mode Support) |
ID | nghggnkjhaidilgmjldjjeeilngmplij |
Officiële URL | https://chromewebstore.google.com/detail/blank-new-tab-with-dark-m/nghggnkjhaidilgmjldjjeeilngmplij |
Beschrijving | A blank new tab page that supports your system dark mode. |
Bestandsgrootte | 516 KB |
Aantal Installaties | 138 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2023-06-23 |
Publicatiedatum | 2019-07-21 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | nickbreaton |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nickbreaton/chrome-blank-new-tab |
Help Pagina-URL | https://github.com/nickbreaton/chrome-blank-new-tab/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab (with Dark Mode Support)", "version": "3.0.0", "description": "A blank new tab page that supports your system dark mode.", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |