Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Apa itu Apps in new tab?
Apps in new tab adalah ekstensi Chrome yang dikembangkan oleh Guillaume Ryder, dan fitur utamanya adalah "Shows the list of installed apps instead of the search page when opening a new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Apps in new tab
Unduh file ekstensi Apps in 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
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
Informasi Dasar Ekstensi
Nama | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
URL Resmi | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
Deskripsi | Shows the list of installed apps instead of the search page when opening a new tab. |
Ukuran File | 4.63 KB |
Jumlah Instalasi | 564 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2022-10-24 |
Tanggal Publikasi | 2019-09-27 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | Guillaume Ryder |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
URL Halaman Bantuan | https://github.com/guilryder/chrome-extensions/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |