New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
Was ist New Tab URL?
New Tab URL ist eine Chrome-Erweiterung, die von Matthias Vogt entwickelt wurde, und ihr Hauptmerkmal ist "Use a custom URL as the New Tab page without losing address bar focus".
Erweiterungsscreenshots
New Tab URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab URL-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
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
Grundlegende Informationen zur Erweiterung
Name | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
Beschreibung | Use a custom URL as the New Tab page without losing address bar focus |
Dateigröße | 488 KB |
Installationsanzahl | 430 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2022-10-10 |
Veröffentlichungsdatum | 2016-04-17 |
Bewertung | 4.54/5 Insgesamt 13 Bewertungen |
Entwickler | Matthias Vogt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/matthias-vogt/new-tab-url |
Hilfeseite URL | https://github.com/matthias-vogt/new-tab-url |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab URL", "description": "Use a custom URL as the New Tab page without losing address bar focus", "version": "0.1.2", "chrome_url_overrides": { "newtab": "new-tab.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "New Tab URL" }, "permissions": [ "storage", "file:\/\/\/*" ], "manifest_version": 2 } |