Downloads Button

Simple material design styled downloads button - shortcut 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 edgrd, và tính năng chính của nó là "Simple material design styled downloads button - shortcut to chrome:downloads".

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

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

                                            

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

Tên Downloads Button Downloads Button
ID bkklakohoopldjemonegiljanblejcoi
URL Chính Thức https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi
Mô tả Simple material design styled downloads button - shortcut to chrome:downloads
Kích Thước Tệp 3.74 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2017-07-06
Ngày Phát Hành 2017-07-06
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển edgrd
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_title": "Downloads"
    },
    "icons": {
        "48": "button.png"
    },
    "description": "Simple material design styled downloads button - shortcut to chrome:downloads",
    "name": "Downloads Button",
    "permissions": [
        "tabs"
    ],
    "version": "1.2.4",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}