New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
Apa itu New Tab Redirect to Apps - Axlg?
New Tab Redirect to Apps - Axlg adalah ekstensi Chrome yang dikembangkan oleh https://axl-g.com, dan fitur utamanya adalah "Simple extension that will bring you back the classic Apps-Based New tab page!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab Redirect to Apps - Axlg
Unduh file ekstensi New Tab Redirect to Apps - Axlg 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
I made this because i was using another one that was asking a lots of permissions. This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps. v2 Updated! working again! axl-g.com
Informasi Dasar Ekstensi
Nama | New Tab Redirect to Apps - Axlg |
ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
Deskripsi | Simple extension that will bring you back the classic Apps-Based New tab page! |
Ukuran File | 7.7 KB |
Jumlah Instalasi | 627 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2016-10-07 |
Tanggal Publikasi | 2016-10-05 |
Penilaian | 4.73/5 Total 40 Penilaian |
Pengembang | https://axl-g.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://axl-g.com/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Redirect to Apps - Axlg", "description": "Simple extension that will bring you back the classic Apps-Based New tab page!", "version": "2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "new_tab_redirect_to_apps.html" }, "permissions": [ "tabs" ], "icons": { "128": "Axlg_Logo.png" } } |