New Tab with chrome apps
simple extension allows change default-new-tab to chrome-apps
Apa itu New Tab with chrome apps?
New Tab with chrome apps adalah ekstensi Chrome yang dikembangkan oleh https://jyny.dev, dan fitur utamanya adalah "simple extension allows change default-new-tab to chrome-apps".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab with chrome apps
Unduh file ekstensi New Tab with chrome apps 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
OpenSource project for change default-new-tab to chrome-apps Since some version of chrome, default New-tab page had changed. This extension bring the default New-tab page back to chrome-apps page. OpenSource! Without any permissions required!! more private, more secure! view source code on Github https://github.com/Jyny/New-Tab-with-chrome-apps
Informasi Dasar Ekstensi
Nama | New Tab with chrome apps |
ID | ckcjokafpkoiijnflcpogblchhoieafj |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj |
Deskripsi | simple extension allows change default-new-tab to chrome-apps |
Ukuran File | 3.8 KB |
Jumlah Instalasi | 1,364 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2021-03-25 |
Tanggal Publikasi | 2015-03-23 |
Penilaian | 4.18/5 Total 11 Penilaian |
Pengembang | https://jyny.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Jyny/New-Tab-with-chrome-apps |
URL Halaman Bantuan | https://github.com/Jyny/New-Tab-with-chrome-apps |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab with chrome apps", "version": "1.4", "author": "jyny", "icons": { "128": "icon.png" }, "description": "simple extension allows change default-new-tab to chrome-apps", "chrome_url_overrides": { "newtab": "redirect.html" } } |