New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

Wat is New Tab Redirect to Apps - Axlg?

New Tab Redirect to Apps - Axlg is een Chrome-extensie ontwikkeld door https://axl-g.com, en de belangrijkste functie is "Simple extension that will bring you back the classic Apps-Based New tab page!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Redirect to Apps - Axlg

Download New Tab Redirect to Apps - Axlg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
Officiële URL https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
Beschrijving Simple extension that will bring you back the classic Apps-Based New tab page!
Bestandsgrootte 7.7 KB
Aantal Installaties 627
Huidige Versie 2
Laatst Bijgewerkt 2016-10-07
Publicatiedatum 2016-10-05
Beoordeling 4.73/5 Totaal 40 Beoordelingen
Ontwikkelaar https://axl-g.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://axl-g.com/
Ondersteunde Talen 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"
    }
}