Redirect New Tab

This extension redirect New Tab to a specified URL

What is Redirect New Tab?

Redirect New Tab is a Chrome extension developed by https://www.amidev.net, and its main feature is "This extension redirect New Tab to a specified URL".

Extension Screenshots

screenshot

Download Redirect New Tab Extension CRX File

Download Redirect 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

                        When clicking on "New Tab" go to the redirection page choosed on settings. By default: www.google.com.

Compatible with Chrome version : 57.0.2987.133 (64-bit)                    

Extension Basic Information

Name Redirect New Tab Redirect New Tab
ID ijbmagglfbhfnhdojlbfpedpokfhmoec
Official URL https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec
Description This extension redirect New Tab to a specified URL
File Size 264 KB
Installation Count 15
Current Version 1.1
Last Updated 2017-04-13
Publish Date 2017-04-12
Developer https://www.amidev.net
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redirect New Tab",
    "description": "This extension redirect New Tab to a specified URL",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html",
        "default_title": "Redirect New Tab"
    },
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "*:\/\/newtab\/",
        "*:\/\/local-ntp\/local-ntp.html",
        "contextMenus",
        "storage",
        "contentSettings",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ]
}