Replace NewTab

An extension to configure new tabs.

What is Replace NewTab?

Replace NewTab is a Chrome extension developed by developer.waieight., and its main feature is "An extension to configure new tabs.".

Extension Screenshots

screenshot

Download Replace NewTab Extension CRX File

Download Replace NewTab 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

                        By setting a URL, the URL will be set from the new tab.                    

Extension Basic Information

Name Replace NewTab Replace NewTab
ID hdacjmeajjdhbgmmeoebpklfmloifahh
Official URL https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh
Description An extension to configure new tabs.
File Size 9.29 KB
Installation Count 358
Current Version 0.0.1.61
Last Updated 2024-01-22
Publish Date 2020-06-06
Rating 4.25/5 Total 4 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace NewTab",
    "version": "1.0.1.61",
    "version_name": "0.0.1.61",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "chrome_url_overrides": {
        "newtab": "\/html\/newtab.html"
    },
    "action": {
        "default_icon": {
            "19": "\/icon\/icon_128.png"
        },
        "default_title": "Create replace URL",
        "default_popup": "\/html\/popup.html"
    }
}