My New Tab
Create your own personalized New Tab page using a custom URL or simply a plain color.
Was ist My New Tab?
My New Tab ist eine Chrome-Erweiterung, die von Dominic Lacaille entwickelt wurde, und ihr Hauptmerkmal ist "Create your own personalized New Tab page using a custom URL or simply a plain color.".
Erweiterungsscreenshots
My New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie My New Tab-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
Create your own personalized New Tab page using a custom URL or simply a plain color. Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently. With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page! This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.
Grundlegende Informationen zur Erweiterung
Name | My New Tab |
ID | hkamannimdppjgaefkfadajfacnajmoe |
Offizielle URL | https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe |
Beschreibung | Create your own personalized New Tab page using a custom URL or simply a plain color. |
Dateigröße | 124 KB |
Installationsanzahl | 127 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-01-16 |
Veröffentlichungsdatum | 2014-01-15 |
Bewertung | 4.18/5 Insgesamt 11 Bewertungen |
Entwickler | Dominic Lacaille |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "frame.html" }, "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "My New Tab", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |