New Tab As Apps
Causes the new tab to default to the Apps view instead of the google splash view.
Apa itu New Tab As Apps?
New Tab As Apps adalah ekstensi Chrome yang dikembangkan oleh http://holtstrom.com, dan fitur utamanya adalah "Causes the new tab to default to the Apps view instead of the google splash view.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab As Apps
Unduh file ekstensi New Tab As 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
While installed, new tabs default to 'chrome://apps/' Updated Dec 2019 because it stopped working. Fixed by changing url to pendingUrl. This extension will always be free and will never have ads. This extension was created in response to Chrome's Feb 2014 removal of the "Enable Instant Extended API" that let you default your new tab to the Apps view. The source code is very simple and is posted online, so you can inspect it for yourself. http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html If you prefer, you can instead use my "Home Button At Top Right" extension (https://chrome.google.com/webstore/detail/home-button-at-top-right/bfejcgpdahgpmgadhgdadfiekmhgnifm) which lets you (via right-click Options) toggle on/off the new-tabs-as-apps feature.
Informasi Dasar Ekstensi
Nama | |
ID | fmganoiddmbjfgmdpnkmiconhkbibilk |
URL Resmi | https://chrome.google.com/webstore/detail/new-tab-as-apps/fmganoiddmbjfgmdpnkmiconhkbibilk |
Deskripsi | Causes the new tab to default to the Apps view instead of the google splash view. |
Ukuran File | 4.75 KB |
Jumlah Instalasi | 749 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-11-24 |
Tanggal Publikasi | 2019-12-14 |
Penilaian | 4.93/5 Total 14 Penilaian |
Pengembang | http://holtstrom.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab As Apps", "description": "Causes the new tab to default to the Apps view instead of the google splash view.", "version": "1.1", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |