New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
Was ist New Tab Redirect to Apps - Axlg?
New Tab Redirect to Apps - Axlg ist eine Chrome-Erweiterung, die von https://axl-g.com entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension that will bring you back the classic Apps-Based New tab page!".
Erweiterungsscreenshots
New Tab Redirect to Apps - Axlg-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Redirect to Apps - Axlg-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Beschreibung | Simple extension that will bring you back the classic Apps-Based New tab page! |
| Dateigröße | 7.7 KB |
| Installationsanzahl | 627 |
| Aktuelle Version | 2 |
| Letztes Update | 2016-10-07 |
| Veröffentlichungsdatum | 2016-10-05 |
| Bewertung | 4.73/5 Insgesamt 40 Bewertungen |
| Entwickler | https://axl-g.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://axl-g.com/ |
| Unterstützte Sprachen | 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"
}
} | |