New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

What is New Tab with chrome apps?

New Tab with chrome apps is a Chrome extension developed by https://jyny.dev, and its main feature is "simple extension allows change default-new-tab to chrome-apps".

Extension Screenshots

screenshot
screenshot

Download New Tab with chrome apps Extension CRX File

Download New Tab with chrome apps 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

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

Extension Basic Information

Name New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
Official URL https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
Description simple extension allows change default-new-tab to chrome-apps
File Size 3.8 KB
Installation Count 1,364
Current Version 1.4
Last Updated 2021-03-25
Publish Date 2015-03-23
Rating 4.18/5 Total 11 Ratings
Developer https://jyny.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/Jyny/New-Tab-with-chrome-apps
Help Page URL https://github.com/Jyny/New-Tab-with-chrome-apps
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}