New Tab No Shortcuts

Replaces the New Tab page with google.com.

Apa itu New Tab No Shortcuts?

New Tab No Shortcuts adalah ekstensi Chrome yang dikembangkan oleh amiller, dan fitur utamanya adalah "Replaces the New Tab page with google.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab No Shortcuts

Unduh file ekstensi New Tab No Shortcuts 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

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

Informasi Dasar Ekstensi

Nama New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
URL Resmi https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Deskripsi Replaces the New Tab page with google.com.
Ukuran File 8.82 KB
Jumlah Instalasi 118
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-02-02
Tanggal Publikasi 2020-01-29
Pengembang amiller
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": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}