Downloads Button
Easily open downloads in a new tab via the toolbar button.
什么是Downloads Button?
Downloads Button是由Jorvi开发的Chrome扩展程序,该扩展的主要功能是“Easily open downloads in a new tab via the toolbar button.”。
扩展截图
下载Downloads Button扩展crx文件
下载Downloads Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Downloads Button is a simple, easy-to-use and lite addon that helps you open downloads tab as quickly as possible with just one click. a. Adds a toolbar button to open downloads page in a new tab. b. Adds a context menu item to open downloads page (similar to toolbar button). c. If downloads tab is already open, clicking on the toolbar button will only reload the tab. d. You can still open downloads tab with (Ctrl+J) hotkey. Note: to report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/downloads-button.html).
扩展基本信息
名称 | Downloads Button |
ID | lgoanegcmpbjkigpclkemagmkfmecmij |
官方URL | https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij |
简介 | Easily open downloads in a new tab via the toolbar button. |
文件大小 | 10.09 KB |
安装次数 | 1,828 |
当前版本 | 0.1.5 |
更新时间 | 2023-11-29 |
上架时间 | 2019-04-02 |
评分 | 4.33/5 共9次评分 |
开发者 | Jorvi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mybrowseraddon.com/downloads-button.html |
帮助页面URL | https://mybrowseraddon.com/downloads-button.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Downloads Button", "homepage_url": "https:\/\/mybrowseraddon.com\/downloads-button.html", "description": "Easily open downloads in a new tab via the toolbar button.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "action": { "default_title": "Downloads Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |