Download Button

Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.

Download Button là gì?

Download Button là một tiện ích mở rộng Chrome được phát triển bởi https://tejji.com, và tính năng chính của nó là "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Opens Downloads tab in single click. Simple

Other options....
1. Open from Context Menu
2. Change Icon
3. Add / Remove from context menu

The above options are available via...
Tools --> Extensions --> Download --> Click Options
OR 
Right click icon in toolbar --> Click Options 

Opens in new tab

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.4
- updated to comply to changes in Chrome web store policies

v1.3
- updated for latest manifest

v1.2 
- Added ability to change the icon to fit to individual needs and themes
- Added context menu shortcut to access Downloads folder from context menu

v1.1 
- Icon updated to show transparent arrow to fit most of the themes                    

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

Tên Download Button Download Button
ID alakoggmijiicdlcjjeakffojoinhlpg
URL Chính Thức https://chromewebstore.google.com/detail/download-button/alakoggmijiicdlcjjeakffojoinhlpg
Mô tả Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.
Kích Thước Tệp 81.41 KB
Số Lần Cài Đặt 26,420
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-09-11
Ngày Phát Hành 2018-09-08
Đánh Giá 4.63/5 Tổng số 513 Đánh Giá
Nhà Phát Triển https://tejji.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tejji.com/
URL Trang Trợ Giúp http://tejji.com/contactus.aspx
URL Trang Chính Sách Bảo Mật https://tejji.com/privacy.aspx
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Button",
    "version": "1.4",
    "description": "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.                 ",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Download Button | Tejji"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}