Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Apa itu Download Tabber?
Download Tabber adalah ekstensi Chrome yang dikembangkan oleh Austin Guevara, dan fitur utamanya adalah "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Download Tabber
Unduh file ekstensi Download Tabber 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
Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.
Informasi Dasar Ekstensi
Nama | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
URL Resmi | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
Deskripsi | Open downloads in Chrome Downloads tab, rather than bottom bar. |
Ukuran File | 59.44 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2017-09-29 |
Tanggal Publikasi | 2017-09-28 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Austin Guevara |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/austin-guevara/chrome-downloads-tabber |
URL Halaman Bantuan | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Tabber", "version": "0.2.2", "manifest_version": 2, "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.", "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Tabber" }, "permissions": [ "downloads", "downloads.shelf", "tabs" ] } |