Redirect New Tab

This extension redirect New Tab to a specified URL

什么是Redirect New Tab?

Redirect New Tab是由https://www.amidev.net开发的Chrome扩展程序,该扩展的主要功能是“This extension redirect New Tab to a specified URL”。

扩展截图

screenshot

下载Redirect New Tab扩展crx文件

下载Redirect New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Redirect New Tab Redirect New Tab
ID ijbmagglfbhfnhdojlbfpedpokfhmoec
官方URL https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec
简介 This extension redirect New Tab to a specified URL
文件大小 264 KB
安装次数 15
当前版本 1.1
更新时间 2017-04-13
上架时间 2017-04-12
开发者 https://www.amidev.net
电子邮箱 [email protected]
付费类型 free
支持的语言 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",
        "*:\/\/*\/*"
    ]
}