Open With Download Manager
Open and download desired links with internet download manager.
Open With Download Managerคืออะไร?
Open With Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Open and download desired links with internet download manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open With Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Open With Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open With Download Manager is a browser extension that enables you to open and download a desired item with the Internet Download Manager application. Important note: Open With Download Manager extension does NOT belong or relate to IDM and has NO affiliations with Internet Download Manager or IDM at all. It is an unofficial extension that is developed and maintained independently by its author. To operate with this addon you need a native-client patch to connect your browser with the native IDM application in your OS. Please read the following to get more info on how to install native-client and operate with this add-on. 1) after installing the add-on, you need to connect it with native applications (i.e. IDM) on your machine. If you do not have IDM, please head to (internetdownloadmanager.com/download.html) and install IDM on your machine. Once you have IDM, you need to make the connection between IDM and your browser. 2) to make this connection, a separate patch is provided on GitHub. Please download and install this patch from: https://github.com/alexmarcoo/open-in-native-client/releases Follow the instruction in the above GitHub repo to download and install the related patch to your system. After installing, the "Open With Download Manager" add-on, your browser can communicate with IDM on your machine (i.e. Windows OS). 3) before using the add-on, please open the option's page and make sure the path to IDM is correct based on your operating system. For example, the path to IDM in Windows 10 is: C:\Program Files (x86)\Internet Download Manager\IDMan.exe Next, please follow the below steps to open and download desired links in IDM. a. Right-click on a download link and then click on the - Download With IDM - from the context menu. b. IDM has several input arguments to enhance downloading desired files. The default argument for downloading is: /d. To get more info about other arguments please open the add-on option's page and read section arguments. Please note that you need to add parameters comma separated, for example, to automatically download a file write: "/d,/n" in the designated area. c. you can set the IDM path in your machine from the options page. To report any bug, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/open-with-dm.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open With Download Manager |
ID | epgilldoipfbdlneomlmegekaoonchcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-with-download-manage/epgilldoipfbdlneomlmegekaoonchcj |
คำอธิบาย | Open and download desired links with internet download manager. |
ขนาดไฟล์ | 26.7 KB |
จำนวนการติดตั้ง | 101,781 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2022-10-04 |
วันที่เผยแพร่ | 2020-05-24 |
คะแนน | 3.85/5 รวมทั้งหมด 292 คะแนน |
ผู้พัฒนา | Muyor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/open-with-dm.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/open-with-dm.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "name": "Open With Download Manager", "homepage_url": "https:\/\/mybrowseraddon.com\/open-with-dm.html", "description": "Open and download desired links with internet download manager.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |