TNT - The New Tab
This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
What is TNT - The New Tab?
TNT - The New Tab is a Chrome extension developed by https://permutat.de, and its main feature is "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!".
Extension Screenshots
Download TNT - The New Tab Extension CRX File
Download TNT - The 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
TNT - The New Tab - define your own new tab - pick some predefined URLs - support your own URL - or use TNT-page TNT doesn't need any special Permission!! Version 1.1.0 - fixed loosing settings after Chrome updates - removed rapidshare from TNT-options - added domain extensions to labels for TNT-tabbuttons
Extension Basic Information
Name | |
ID | fibejpdhnnpjcmpdfkcoeeombnhmjmao |
Official URL | https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao |
Description | This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com! |
File Size | 162 KB |
Installation Count | 36 |
Current Version | 1.1.0 |
Last Updated | 2015-08-11 |
Publish Date | 2015-08-11 |
Developer | https://permutat.de |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon128.png" }, "name": "TNT - The New Tab", "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!", "version": "1.1.0", "chrome_url_overrides": { "newtab": "redirect.html" }, "background": { "scripts": [ "background.js", "options.js" ] }, "options_page": "options.html", "permissions": [ "storage" ] } |