My New Tab
Create your own personalized New Tab page using a custom URL or simply a plain color.
Qu'est-ce que My New Tab ?
My New Tab est une extension Chrome développée par Dominic Lacaille, et sa fonction principale est "Create your own personalized New Tab page using a custom URL or simply a plain color.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My New Tab
Téléchargez les fichiers d'extension My New Tab 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
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.
Informations de Base sur l'Extension
Nom | My New Tab |
ID | hkamannimdppjgaefkfadajfacnajmoe |
URL Officiel | https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe |
Description | Create your own personalized New Tab page using a custom URL or simply a plain color. |
Taille du Fichier | 124 KB |
Nombre d'Installations | 127 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-01-16 |
Date de Publication | 2014-01-15 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | Dominic Lacaille |
Type de Paiement | free |
Langues Prises en Charge | 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" } |