My New Tab
Replace newtab with any url & keep the addres bar clean!
What is My New Tab?
My New Tab is a Chrome extension developed by Perfect Things, and its main feature is "Replace newtab with any url & keep the addres bar clean!".
Extension Screenshots
Download My New Tab Extension CRX File
Download My 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
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
Extension Basic Information
Name | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
Official URL | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
Description | Replace newtab with any url & keep the addres bar clean! |
File Size | 14.71 KB |
Installation Count | 43 |
Current Version | 2.1 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Perfect Things |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tborychowski/mynewtab |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |