New Tab to Apps
New Tab to Apps
What is New Tab to Apps?
New Tab to Apps is a Chrome extension developed by pquiring, and its main feature is "New Tab to Apps".
Download New Tab to Apps Extension CRX File
Download New Tab to 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
Bare bones redirect new tab to apps page. No config, no fuss, just go to apps page. For those that do not like the "new" new tab page.
Extension Basic Information
Name | |
ID | fbfifhljnoceapcnakkmijgmmfigbakg |
Official URL | https://chrome.google.com/webstore/detail/new-tab-to-apps/fbfifhljnoceapcnakkmijgmmfigbakg |
Description | New Tab to Apps |
File Size | 4.92 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2013-10-05 |
Publish Date | 2013-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pquiring |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "redirect.html" }, "description": "New Tab to Apps", "icons": { "128": "icon128.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "22", "name": "New Tab to Apps", "permissions": [ "tabs", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |