Redirect New Tab

This extension redirect New Tab to a specified URL

Apa itu Redirect New Tab?

Redirect New Tab adalah ekstensi Chrome yang dikembangkan oleh https://www.amidev.net, dan fitur utamanya adalah "This extension redirect New Tab to a specified URL".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Redirect New Tab

Unduh file ekstensi Redirect New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Redirect New Tab Redirect New Tab
ID ijbmagglfbhfnhdojlbfpedpokfhmoec
URL Resmi https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec
Deskripsi This extension redirect New Tab to a specified URL
Ukuran File 264 KB
Jumlah Instalasi 15
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-04-13
Tanggal Publikasi 2017-04-12
Pengembang https://www.amidev.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}