Downloads

Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.

什麼是Downloads?

Downloads是由Free Useful Apps開發的Chrome擴展程式,該擴展的主要功能是“Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.”。

擴展截圖

screenshot

下載Downloads擴展crx文件

下載Downloads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Try this simple manager for my downloads today.

Here are the core features of this Downloads software.

- Quick access to the Downloads browser page when you click on the extension icon
- It allows you to auto clear your Downloads folder every 20 seconds. This time duration can be set by you via the options page.
- Use the context menu to save any images you want to My Downloads folder.

To access the options page for this extension, simply right click, choose "Downloads" and then mouse over the "Options page" button.

Save time managing your downloads today by using this simple downloads software.                    

擴展基本資訊

名稱 Downloads Downloads
ID miiggjhfiganjofhpckipgglilmgckcb
官方網址 https://chromewebstore.google.com/detail/downloads/miiggjhfiganjofhpckipgglilmgckcb
簡介 Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.
檔案大小 137 KB
安裝次數 8,810
目前版本 3.0.2
更新時間 2022-05-23
上架時間 2022-05-22
評分 4.45/5 共 11 次評分
開發者 Free Useful Apps
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "3.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "browsingData",
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon-19.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "ui\/options.html"
    },
    "homepage_url": "https:\/\/my-downloads.freespeedcheck.net\/"
}