New Tab Redirect to Apps - Axlg

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

What is New Tab Redirect to Apps - Axlg?

New Tab Redirect to Apps - Axlg is a Chrome extension developed by https://axl-g.com, and its main feature is "Simple extension that will bring you back the classic Apps-Based New tab page!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download New Tab Redirect to Apps - Axlg Extension CRX File

Download New Tab Redirect to Apps - Axlg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
Official URL 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!
File Size 7.7 KB
Installation Count 627
Current Version 2
Last Updated 2016-10-07
Publish Date 2016-10-05
Rating 4.73/5 Total 40 Ratings
Developer https://axl-g.com
Email [email protected]
Payment Type free
Extension Website http://axl-g.com/
Supported Languages 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"
    }
}