Redirect New Tab

This extension redirect New Tab to a specified URL

Co je Redirect New Tab?

Redirect New Tab je rozšíření Chrome vyvinuté https://www.amidev.net, a jeho hlavní funkcí je „This extension redirect New Tab to a specified URL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Redirect New Tab

Stáhněte si soubory rozšíření Redirect New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Redirect New Tab Redirect New Tab
ID ijbmagglfbhfnhdojlbfpedpokfhmoec
Oficiální URL https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec
Popis This extension redirect New Tab to a specified URL
Velikost souboru 264 KB
Počet instalací 15
Aktuální Verze 1.1
Poslední Aktualizace 2017-04-13
Datum Vydání 2017-04-12
Vývojář https://www.amidev.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}