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 |
官方網址 | 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" ] } |