New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
Apa itu New Tab with Apps?
New Tab with Apps adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/sandeshmore, dan fitur utamanya adalah "Override the new tab page with Google Chrome Apps page, does not need many permissions".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab with Apps
Unduh file ekstensi New Tab with 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
This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.
Informasi Dasar Ekstensi
Nama | New Tab with Apps |
ID | jbfelchjnicpmdnfmcfpfajkdpibabkl |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl |
Deskripsi | Override the new tab page with Google Chrome Apps page, does not need many permissions |
Ukuran File | 10.12 KB |
Jumlah Instalasi | 2,054 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-11-12 |
Tanggal Publikasi | 2014-04-02 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | https://sites.google.com/site/sandeshmore |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab with Apps", "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions", "version": "0.2", "chrome_url_overrides": { "newtab": "new_tab_chrome_apps.html" }, "permissions": [ "tabs" ], "icons": { "16": "allapps16.png", "48": "allapps48.png", "128": "allapps128.png" }, "manifest_version": 2 } |