New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
Wat is New Tab URL?
New Tab URL is een Chrome-extensie ontwikkeld door Matthias Vogt, en de belangrijkste functie is "Use a custom URL as the New Tab page without losing address bar focus".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab URL
Download New Tab URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
Basisinformatie over de Extensie
Naam | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
Beschrijving | Use a custom URL as the New Tab page without losing address bar focus |
Bestandsgrootte | 488 KB |
Aantal Installaties | 430 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2022-10-10 |
Publicatiedatum | 2016-04-17 |
Beoordeling | 4.54/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Matthias Vogt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/matthias-vogt/new-tab-url |
Help Pagina-URL | https://github.com/matthias-vogt/new-tab-url |
Ondersteunde Talen | 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 } |