Awesome Downloads Button
Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
Awesome Downloads Button là gì?
Awesome Downloads Button là một tiện ích mở rộng Chrome được phát triển bởi https://upway2late.com, và tính năng chính của nó là "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.".
Ả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 Awesome Downloads Button
Tải xuống các tệp mở rộng Awesome Downloads Button 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
It is a shortcut button to open the Chrome downloads page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Awesome Downloads Button |
ID | hiceefjejhfncfdbkmbhkmibjoegonnk |
URL Chính Thức | https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk |
Mô tả | Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected. |
Kích Thước Tệp | 32.62 KB |
Số Lần Cài Đặt | 562 |
Phiên Bản Hiện Tại | 1.2.0.0 |
Cập Nhật Lần Cuối | 2020-12-08 |
Ngày Phát Hành | 2016-09-22 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://upway2late.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.upway2late.com/projects/buttons-project |
URL Trang Trợ Giúp | http://www.upway2late.com/projects/buttons-project |
URL Trang Chính Sách Bảo Mật | http://www.upway2late.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Downloads Button", "version": "1.2.0.0", "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.", "icons": { "16": "downloads_16.png", "48": "downloads_48.png", "128": "downloads_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "downloads_19.png", "default_title": "Awesome Downloads Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |