Fast New Tab Redirect

Redirect the New Tab page to your favorite

Apa itu Fast New Tab Redirect?

Fast New Tab Redirect adalah ekstensi Chrome yang dikembangkan oleh fumito80, dan fitur utamanya adalah "Redirect the New Tab page to your favorite".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fast New Tab Redirect

Unduh file ekstensi Fast New Tab Redirect 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

                        It's a minimal implementation for the New Tab page redirection.

The main code is only just 7 lines.                    

Informasi Dasar Ekstensi

Nama Fast New Tab Redirect Fast New Tab Redirect
ID ohnfdmfkceojnmepofncbddpdicdjcoi
URL Resmi https://chromewebstore.google.com/detail/fast-new-tab-redirect/ohnfdmfkceojnmepofncbddpdicdjcoi
Deskripsi Redirect the New Tab page to your favorite
Ukuran File 4.14 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.4
Terakhir Diperbarui 2016-08-14
Tanggal Publikasi 2016-08-14
Penilaian 4.27/5 Total 64 Penilaian
Pengembang fumito80
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": "Fast New Tab Redirect",
    "description": "Redirect the New Tab page to your favorite",
    "version": "1.4",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "dummy.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}