Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
Was ist Blank New Tab Page - White Smoke?
Blank New Tab Page - White Smoke ist eine Chrome-Erweiterung, die von https://yuhaofe.com entwickelt wurde, und ihr Hauptmerkmal ist "A blank new tab page with white smoke background, which also supports dark mode.".
Erweiterungsscreenshots
Blank New Tab Page - White Smoke-Erweiterungs-CRX-Datei herunterladen
Laden Sie Blank New Tab Page - White Smoke-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode. You may hide the toolbar icon by right click on it.
Grundlegende Informationen zur Erweiterung
Name | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
Offizielle URL | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
Beschreibung | A blank new tab page with white smoke background, which also supports dark mode. |
Dateigröße | 9.44 KB |
Installationsanzahl | 3,742 |
Aktuelle Version | 0.2.3 |
Letztes Update | 2022-04-05 |
Veröffentlichungsdatum | 2019-04-14 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://yuhaofe.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://yuhaofe.com/blank-new-tab-page |
Hilfeseite URL | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
Unterstützte Sprachen | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.2.3", "manifest_version": 3, "icons": { "16": "icons\/blank16.png", "32": "icons\/blank32.png", "48": "icons\/blank48.png", "128": "icons\/blank128.png" }, "action": { "default_icon": { "16": "icons\/blank16.png", "32": "icons\/blank32.png" }, "default_popup": "src\/options.html" }, "chrome_url_overrides": { "newtab": "src\/blank.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "default_locale": "en" } |