Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Qu'est-ce que Empty New Tab Page ?
Empty New Tab Page est une extension Chrome développée par [email protected], et sa fonction principale est "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Empty New Tab Page
Téléchargez les fichiers d'extension Empty New Tab Page 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
For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
Informations de Base sur l'Extension
Nom | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
URL Officiel | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
Description | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
Taille du Fichier | 10.61 KB |
Nombre d'Installations | 198,868 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-09-14 |
Date de Publication | 2019-05-13 |
Évaluation | 4.40/5 Total 1183 Évaluations |
Développeur | [email protected] |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty_ntp.html" } } |