Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Download Tabber là gì?
Download Tabber là một tiện ích mở rộng Chrome được phát triển bởi Austin Guevara, và tính năng chính của nó là "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Download Tabber
Tải xuống các tệp mở rộng Download Tabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
URL Chính Thức | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
Mô tả | Open downloads in Chrome Downloads tab, rather than bottom bar. |
Kích Thước Tệp | 59.44 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2017-09-29 |
Ngày Phát Hành | 2017-09-28 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Austin Guevara |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/austin-guevara/chrome-downloads-tabber |
URL Trang Trợ Giúp | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |