Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
What is Apps in new tab?
Apps in new tab is a Chrome extension developed by Guillaume Ryder, and its main feature is "Shows the list of installed apps instead of the search page when opening a new tab.".
Extension Screenshots
Download Apps in new tab Extension CRX File
Download Apps in new tab 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
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
Extension Basic Information
Name | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
Official URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
Description | Shows the list of installed apps instead of the search page when opening a new tab. |
File Size | 4.63 KB |
Installation Count | 564 |
Current Version | 2.0.0 |
Last Updated | 2022-10-24 |
Publish Date | 2019-09-27 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Guillaume Ryder |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
Help Page URL | https://github.com/guilryder/chrome-extensions/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |