Downloads Button

Quick Button to Chrome Downloads

Downloads Button là gì?

Downloads Button là một tiện ích mở rộng Chrome được phát triển bởi https://openaddons.com, và tính năng chính của nó là "Quick Button to Chrome Downloads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Downloads Button

Tải xuống các tệp mở rộng 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

                        DESCRIPTION:

This extension will simply add a "Downloads" button to the toolbar. When clicked, it will open the Chrome downloads page (the list of your downloads). That’s all it does, it is not a downloader nor some fancy download manager. It’s just a customizable button.

OPTIONS:

•	Select different icon (useful to make it "fit" your Chrome theme). 
•	Add your own icon if you want to.
•	Add the download button to the context (right-click) menu 
•	Set it to open the downloads list in new tab or in the current tab

To change the settings -- right-click on the extension icon and select "Options".

PERMISSIONS:

This extension needs only the "contextMenus" permission -- this is solely for the option to add the "Downloads" menu item to the context menu                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Downloads Button Downloads Button
ID ohogkbgckjfhmgmfbdabalmggjmjdjmk
URL Chính Thức https://chromewebstore.google.com/detail/downloads-button/ohogkbgckjfhmgmfbdabalmggjmjdjmk
Mô tả Quick Button to Chrome Downloads
Kích Thước Tệp 20.95 KB
Số Lần Cài Đặt 1,388
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2019-11-07
Ngày Phát Hành 2019-11-07
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://openaddons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://openaddons.com/
URL Trang Trợ Giúp https://openaddons.com/downloads-button/
URL Trang Chính Sách Bảo Mật https://openaddons.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/openaddons.com\/",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_icon_hover_text__"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}