Download Manager
Chrome Download Manager
什麼是Download Manager?
Download Manager是由Anand Sudhanaboina開發的Chrome擴展程式,該擴展的主要功能是“Chrome Download Manager”。
擴展截圖
下載Download Manager擴展crx文件
下載Download Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.
擴展基本資訊
名稱 | |
ID | lcelifoanjcecgoccbedjipjaeaocaae |
官方網址 | https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae |
簡介 | Chrome Download Manager |
檔案大小 | 19.41 KB |
安裝次數 | 2,268 |
目前版本 | 1.0.0 |
更新時間 | 2020-07-02 |
上架時間 | 2020-07-02 |
評分 | 4.41/5 共 17 次評分 |
開發者 | Anand Sudhanaboina |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "manager.js" ] }, "default_locale": "en", "description": "Chrome Download Manager", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png" }, "manifest_version": 2, "name": "Download Manager", "options_page": "options.html", "permissions": [ "downloads" ], "short_name": "DManager", "version": "1.0.0" } |