Xtreme Download Manager
XDM is an open source download manager
什麼是Xtreme Download Manager?
Xtreme Download Manager是由https://subhra74.github.io/xdm開發的Chrome擴展程式,該擴展的主要功能是“XDM is an open source download manager”。
擴展截圖
下載Xtreme Download Manager擴展crx文件
下載Xtreme Download Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager. This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm The sole purpose of this extension is integration with Xtreme Download Manager desktop application. Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. Please report any Issues here: https://github.com/subhra74/xdm/issues For more info & usage visit: https://github.com/subhra74/xdm https://sourceforge.net/projects/xdman/ https://subhra74.github.io/xdm/
擴展基本資訊
名稱 | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
官方網址 | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
簡介 | XDM is an open source download manager |
檔案大小 | 50.71 KB |
安裝次數 | 300,000 |
目前版本 | 2.1 |
更新時間 | 2020-05-30 |
上架時間 | 2020-05-28 |
評分 | 4.29/5 共 194 次評分 |
開發者 | https://subhra74.github.io/xdm |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/subhra74/xdm |
說明頁面URL | https://subhra74.github.io/xdm/privacy.html |
隱私政策頁面URL | https://subhra74.github.io/xdm/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0", "name": "Xtreme Download Manager", "description": "XDM is an open source download manager", "version": "2.1", "icons": { "48": "icon.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } } } |