New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
Apa itu New Tab URL?
New Tab URL adalah ekstensi Chrome yang dikembangkan oleh Matthias Vogt, dan fitur utamanya adalah "Use a custom URL as the New Tab page without losing address bar focus".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab URL
Unduh file ekstensi New Tab URL 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
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
Informasi Dasar Ekstensi
Nama | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
Deskripsi | Use a custom URL as the New Tab page without losing address bar focus |
Ukuran File | 488 KB |
Jumlah Instalasi | 430 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2022-10-10 |
Tanggal Publikasi | 2016-04-17 |
Penilaian | 4.54/5 Total 13 Penilaian |
Pengembang | Matthias Vogt |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/matthias-vogt/new-tab-url |
URL Halaman Bantuan | https://github.com/matthias-vogt/new-tab-url |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab URL", "description": "Use a custom URL as the New Tab page without losing address bar focus", "version": "0.1.2", "chrome_url_overrides": { "newtab": "new-tab.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "New Tab URL" }, "permissions": [ "storage", "file:\/\/\/*" ], "manifest_version": 2 } |