Blank New Tab (with Dark Mode Support)
A blank new tab page that supports your system dark mode.
Qu'est-ce que Blank New Tab (with Dark Mode Support) ?
Blank New Tab (with Dark Mode Support) est une extension Chrome développée par nickbreaton, et sa fonction principale est "A blank new tab page that supports your system dark mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blank New Tab (with Dark Mode Support)
Téléchargez les fichiers d'extension Blank New Tab (with Dark Mode Support) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Open source on GitHub. MIT Licensed. Requires Chrome 88.
Informations de Base sur l'Extension
Nom | Blank New Tab (with Dark Mode Support) |
ID | nghggnkjhaidilgmjldjjeeilngmplij |
URL Officiel | https://chromewebstore.google.com/detail/blank-new-tab-with-dark-m/nghggnkjhaidilgmjldjjeeilngmplij |
Description | A blank new tab page that supports your system dark mode. |
Taille du Fichier | 516 KB |
Nombre d'Installations | 138 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2023-06-23 |
Date de Publication | 2019-07-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | nickbreaton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nickbreaton/chrome-blank-new-tab |
URL de la Page d'Aide | https://github.com/nickbreaton/chrome-blank-new-tab/issues |
Langues Prises en Charge | 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" } } |