New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
Qu'est-ce que New Tab Redirect to Apps - Axlg ?
New Tab Redirect to Apps - Axlg est une extension Chrome développée par https://axl-g.com, et sa fonction principale est "Simple extension that will bring you back the classic Apps-Based New tab page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Redirect to Apps - Axlg
Téléchargez les fichiers d'extension New Tab Redirect to Apps - Axlg 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
I made this because i was using another one that was asking a lots of permissions. This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps. v2 Updated! working again! axl-g.com
Informations de Base sur l'Extension
Nom | New Tab Redirect to Apps - Axlg |
ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
Description | Simple extension that will bring you back the classic Apps-Based New tab page! |
Taille du Fichier | 7.7 KB |
Nombre d'Installations | 627 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2016-10-07 |
Date de Publication | 2016-10-05 |
Évaluation | 4.73/5 Total 40 Évaluations |
Développeur | https://axl-g.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://axl-g.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Redirect to Apps - Axlg", "description": "Simple extension that will bring you back the classic Apps-Based New tab page!", "version": "2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "new_tab_redirect_to_apps.html" }, "permissions": [ "tabs" ], "icons": { "128": "Axlg_Logo.png" } } |