Change New Tab
Allows you to change New Tab page to your specific URL.
What is Change New Tab?
Change New Tab is a Chrome extension developed by Make it Simpler, and its main feature is "Allows you to change New Tab page to your specific URL.".
Extension Screenshots
Download Change New Tab Extension CRX File
Download Change 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
Simple. Minimalist. Effective. Size: 8 kB
Extension Basic Information
Name | Change New Tab |
ID | mocklpfdimiadpbgamlgehpgpodggahe |
Official URL | https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe |
Description | Allows you to change New Tab page to your specific URL. |
File Size | 8.37 KB |
Installation Count | 12,184 |
Current Version | 3.1 |
Last Updated | 2024-02-20 |
Publish Date | 2017-10-01 |
Rating | 4.19/5 Total 69 Ratings |
Developer | Make it Simpler |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "3.1", "description": "__MSG_extDes__", "default_locale": "en", "chrome_url_overrides": { "newtab": "res\/new.htm" }, "icons": { "48": "res\/0.png", "128": "res\/1.png" }, "background": { "service_worker": "res\/background.js" }, "options_ui": { "page": "res\/options.htm", "open_in_tab": true }, "permissions": [ "storage" ] } |