New Tab
Create a blank new tab without any existing content.
What is New Tab?
New Tab is a Chrome extension developed by https://blank-tab.freefinancetools.net, and its main feature is "Create a blank new tab without any existing content.".
Extension Screenshots
Download New Tab Extension CRX File
Download 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
Create a blank new tab without any existing content in chrome. This plugin makes the new tab page complete blank.
Extension Basic Information
Name | New Tab |
ID | iaccodjlnfpdhjncllhaamifeglhhmdj |
Official URL | https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj |
Description | Create a blank new tab without any existing content. |
File Size | 80.97 KB |
Installation Count | 2,731 |
Current Version | 3.0.1 |
Last Updated | 2022-10-12 |
Publish Date | 2020-07-15 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://blank-tab.freefinancetools.net |
[email protected] | |
Payment Type | free |
Extension Website | https://blank-tab.freefinancetools.net |
Supported Languages | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "3.0.1", "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true, "description": "__MSG_AppDesc__", "default_locale": "en", "chrome_url_overrides": { "newtab": "ui\/newtab.html" }, "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png" }, "default_title": "__MSG_AppName__" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png" }, "background": { "service_worker": "\/js\/worker.js" }, "homepage_url": "https:\/\/blank-tab.freefinancetools.net\/" } |