New Tab As Apps
Causes the new tab to default to the Apps view instead of the google splash view.
Qu'est-ce que New Tab As Apps ?
New Tab As Apps est une extension Chrome développée par http://holtstrom.com, et sa fonction principale est "Causes the new tab to default to the Apps view instead of the google splash view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab As Apps
Téléchargez les fichiers d'extension New Tab As Apps 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
While installed, new tabs default to 'chrome://apps/' Updated Dec 2019 because it stopped working. Fixed by changing url to pendingUrl. This extension will always be free and will never have ads. This extension was created in response to Chrome's Feb 2014 removal of the "Enable Instant Extended API" that let you default your new tab to the Apps view. The source code is very simple and is posted online, so you can inspect it for yourself. http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html If you prefer, you can instead use my "Home Button At Top Right" extension (https://chrome.google.com/webstore/detail/home-button-at-top-right/bfejcgpdahgpmgadhgdadfiekmhgnifm) which lets you (via right-click Options) toggle on/off the new-tabs-as-apps feature.
Informations de Base sur l'Extension
Nom | |
ID | fmganoiddmbjfgmdpnkmiconhkbibilk |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-as-apps/fmganoiddmbjfgmdpnkmiconhkbibilk |
Description | Causes the new tab to default to the Apps view instead of the google splash view. |
Taille du Fichier | 4.75 KB |
Nombre d'Installations | 749 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-11-24 |
Date de Publication | 2019-12-14 |
Évaluation | 4.93/5 Total 14 Évaluations |
Développeur | http://holtstrom.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab As Apps", "description": "Causes the new tab to default to the Apps view instead of the google splash view.", "version": "1.1", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |