New Tab Apps
Show the Apps screen in the New Tab instead of the new New Tab.
Qu'est-ce que New Tab Apps ?
New Tab Apps est une extension Chrome développée par Adrià Vilanova Martínez (avm99963), et sa fonction principale est "Show the Apps screen in the New Tab instead of the new New Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Apps
Téléchargez les fichiers d'extension New Tab 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
Show the Apps screen in the New Tab instead of the new New Tab. ** How it works ** Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page. ** Credits ** Icon from http://www.icons-land.com
Informations de Base sur l'Extension
Nom | New Tab Apps |
ID | iiaadipohcenaagngllohhjehohdcehp |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp |
Description | Show the Apps screen in the New Tab instead of the new New Tab. |
Taille du Fichier | 86.26 KB |
Nombre d'Installations | 709 |
Version Actuelle | 0.2.1.1 |
Dernière Mise à Jour | 2022-07-09 |
Date de Publication | 2014-05-03 |
Évaluation | 4.80/5 Total 10 Évaluations |
Développeur | Adrià Vilanova Martínez (avm99963) |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
Langues Prises en Charge | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.1.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "256": "img\/icon\/256.png", "128": "img\/icon\/128.png", "64": "img\/icon\/64.png", "48": "img\/icon\/48.png", "32": "img\/icon\/32.png", "24": "img\/icon\/24.png", "16": "img\/icon\/16.png" }, "default_locale": "en" } |