Quick New Tab
Displays new tabs with a blank page and a title of New Tab.
What is Quick New Tab?
Quick New Tab is a Chrome extension developed by Dan Hersam, and its main feature is "Displays new tabs with a blank page and a title of New Tab.".
Extension Screenshots
Download Quick New Tab Extension CRX File
Download Quick 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
The fastest way to open a new tab. No more recent web sites or anything else to slow it down. This shows a clean, blank page with the title of New Tab. No permissions required. The source code is here: https://github.com/jaden/quick-new-tab
Extension Basic Information
Name | Quick New Tab |
ID | jckhphckflmhijknilbdgpdjjkehbhpm |
Official URL | https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm |
Description | Displays new tabs with a blank page and a title of New Tab. |
File Size | 9.97 KB |
Installation Count | 45 |
Current Version | 1.0.3 |
Last Updated | 2024-01-19 |
Publish Date | 2014-04-24 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Dan Hersam |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://snapmagic.net/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick New Tab", "description": "Displays new tabs with a blank page and a title of New Tab.", "version": "1.0.3", "chrome_url_overrides": { "newtab": "quick_new_tab.html" }, "icons": { "128": "icon.png" } } |