New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

What is New Tab with Apps?

New Tab with Apps is a Chrome extension developed by https://sites.google.com/site/sandeshmore, and its main feature is "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Extension Screenshots

screenshot

Download New Tab with Apps Extension CRX File

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

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

Extension Basic Information

Name New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
Official URL https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
Description Override the new tab page with Google Chrome Apps page, does not need many permissions
File Size 10.12 KB
Installation Count 2,054
Current Version 0.2
Last Updated 2014-11-12
Publish Date 2014-04-02
Rating 3.50/5 Total 2 Ratings
Developer https://sites.google.com/site/sandeshmore
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}