Quick New Tab
Displays new tabs with a blank page and a title of New Tab.
Apa itu Quick New Tab?
Quick New Tab adalah ekstensi Chrome yang dikembangkan oleh Dan Hersam, dan fitur utamanya adalah "Displays new tabs with a blank page and a title of New Tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick New Tab
Unduh file ekstensi Quick 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
The fastest way to open a new tab. No more recent web sites or anything else to slow it down. This shows a clean, blank page with the title of New Tab. No permissions required. The source code is here: https://github.com/jaden/quick-new-tab
Informasi Dasar Ekstensi
Nama | Quick New Tab |
ID | jckhphckflmhijknilbdgpdjjkehbhpm |
URL Resmi | https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm |
Deskripsi | Displays new tabs with a blank page and a title of New Tab. |
Ukuran File | 9.97 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2024-01-19 |
Tanggal Publikasi | 2014-04-24 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Dan Hersam |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://snapmagic.net/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick New Tab", "description": "Displays new tabs with a blank page and a title of New Tab.", "version": "1.0.3", "chrome_url_overrides": { "newtab": "quick_new_tab.html" }, "icons": { "128": "icon.png" } } |