New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
Qu'est-ce que New Tab URL ?
New Tab URL est une extension Chrome développée par Matthias Vogt, et sa fonction principale est "Use a custom URL as the New Tab page without losing address bar focus".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab URL
Téléchargez les fichiers d'extension New Tab URL 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
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
Informations de Base sur l'Extension
Nom | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
Description | Use a custom URL as the New Tab page without losing address bar focus |
Taille du Fichier | 488 KB |
Nombre d'Installations | 430 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-10-10 |
Date de Publication | 2016-04-17 |
Évaluation | 4.54/5 Total 13 Évaluations |
Développeur | Matthias Vogt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/matthias-vogt/new-tab-url |
URL de la Page d'Aide | https://github.com/matthias-vogt/new-tab-url |
Langues Prises en Charge | 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 } |