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
官方網址 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",
        "*:\/\/*\/*"
    ]
}