Downloads Button
Easily open downloads in a new tab via the toolbar button.
Apa itu Downloads Button?
Downloads Button adalah ekstensi Chrome yang dikembangkan oleh Jorvi, dan fitur utamanya adalah "Easily open downloads in a new tab via the toolbar button.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Downloads Button
Unduh file ekstensi Downloads Button 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
Downloads Button is a simple, easy-to-use and lite addon that helps you open downloads tab as quickly as possible with just one click. a. Adds a toolbar button to open downloads page in a new tab. b. Adds a context menu item to open downloads page (similar to toolbar button). c. If downloads tab is already open, clicking on the toolbar button will only reload the tab. d. You can still open downloads tab with (Ctrl+J) hotkey. Note: to report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/downloads-button.html).
Informasi Dasar Ekstensi
Nama | Downloads Button |
ID | lgoanegcmpbjkigpclkemagmkfmecmij |
URL Resmi | https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij |
Deskripsi | Easily open downloads in a new tab via the toolbar button. |
Ukuran File | 10.09 KB |
Jumlah Instalasi | 1,828 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2023-11-29 |
Tanggal Publikasi | 2019-04-02 |
Penilaian | 4.33/5 Total 9 Penilaian |
Pengembang | Jorvi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mybrowseraddon.com/downloads-button.html |
URL Halaman Bantuan | https://mybrowseraddon.com/downloads-button.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Downloads Button", "homepage_url": "https:\/\/mybrowseraddon.com\/downloads-button.html", "description": "Easily open downloads in a new tab via the toolbar button.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "action": { "default_title": "Downloads Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |