Downloads
Access the folder of the last downloaded file, on click and on completion.
什么是Downloads?
Downloads是由Jad Helou开发的Chrome扩展程序,该扩展的主要功能是“Access the folder of the last downloaded file, on click and on completion.”。
扩展截图
下载Downloads扩展crx文件
下载Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
扩展基本信息
名称 | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
官方URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
简介 | Access the folder of the last downloaded file, on click and on completion. |
文件大小 | 102 KB |
安装次数 | 54 |
当前版本 | 1.5 |
更新时间 | 2022-03-28 |
上架时间 | 2017-08-10 |
评分 | 5.00/5 共2次评分 |
开发者 | Jad Helou |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |