Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
Qu'est-ce que Blank New Tab Page - White Smoke ?
Blank New Tab Page - White Smoke est une extension Chrome développée par https://yuhaofe.com, et sa fonction principale est "A blank new tab page with white smoke background, which also supports dark mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blank New Tab Page - White Smoke
Téléchargez les fichiers d'extension Blank New Tab Page - White Smoke 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
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.
Informations de Base sur l'Extension
Nom | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
URL Officiel | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
Description | A blank new tab page with white smoke background, which also supports dark mode. |
Taille du Fichier | 9.44 KB |
Nombre d'Installations | 3,742 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2022-04-05 |
Date de Publication | 2019-04-14 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://yuhaofe.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://yuhaofe.com/blank-new-tab-page |
URL de la Page d'Aide | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
Langues Prises en Charge | 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" } |