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
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
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
Extension Basic Information
Name | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
Official URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
Description | Override the new tab page with Google Chrome Apps page, does not need many permissions |
File Size | 10.12 KB |
Installation Count | 401 |
Current Version | 0.2 |
Last Updated | 2014-04-04 |
Publish Date | 2014-04-03 |
Rating | 3.00/5 Total 3 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 } |