Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
什麼是Clear Downloads?
Clear Downloads是由Sindre Sorhus開發的Chrome擴展程式,該擴展的主要功能是“Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete”。
擴展截圖
下載Clear Downloads擴展crx文件
下載Clear Downloads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See the website for more info.
擴展基本資訊
名稱 | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
官方網址 | https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk |
簡介 | Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete |
檔案大小 | 11.06 KB |
安裝次數 | 7,942 |
目前版本 | 1.1.0 |
更新時間 | 2020-11-20 |
上架時間 | 2018-09-24 |
評分 | 4.61/5 共 41 次評分 |
開發者 | Sindre Sorhus |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sindresorhus/clear-downloads |
說明頁面URL | https://github.com/sindresorhus/clear-downloads/issues |
隱私政策頁面URL | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Downloads", "version": "1.1.0", "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete", "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads", "manifest_version": 2, "minimum_chrome_version": "66", "permissions": [ "browsingData" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |