MLDonkey
Interact with mldonkey and add download tasks automatically when you click elinks.
什麼是MLDonkey?
MLDonkey是由http://ogarcia.moire.org開發的Chrome擴展程式,該擴展的主要功能是“Interact with mldonkey and add download tasks automatically when you click elinks.”。
擴展截圖
下載MLDonkey擴展crx文件
下載MLDonkey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension permits send elinks directly to your remote MLDonkey server. >> What is new in 0.7.2? · Simply remove unused permission. >> What is new in 0.7.1? · Fixed to work with latest versions of browser. · Prevent ed2k links continue being opened with xdg-open. >> What is new in 0.7? · New Chrome Rich Notifications. · Now, if you've previously downloaded the elink, the extension give you a warning message. >> Configure · Enable the web interface in your P2P client. · Install the extension. · Open the extension's options (Menu -> Tools -> Extensions -> MLDonkey -> Options), add service info (URL and Port), optionally set User and Password and save. >> Use · Search any P2P page. · A small icon appears in omnibox indicating elinks found. · Click on link. A popup must indicate that the download are send to MLDonkey. · See MLDonkey status.
擴展基本資訊
名稱 | |
ID | dgkcbbgplkpanobfhmpnibgopcdepghj |
官方網址 | https://chrome.google.com/webstore/detail/mldonkey/dgkcbbgplkpanobfhmpnibgopcdepghj |
簡介 | Interact with mldonkey and add download tasks automatically when you click elinks. |
檔案大小 | 89.77 KB |
安裝次數 | 464 |
目前版本 | 0.7.2 |
更新時間 | 2021-07-08 |
上架時間 | 2018-11-26 |
評分 | 4.11/5 共 9 次評分 |
開發者 | http://ogarcia.moire.org |
電子郵箱 | [email protected] |
擴展官網 | https://github.com/ogarcia/mldonkey |
說明頁面URL | https://github.com/ogarcia/mldonkey/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon24.png", "default_title": "Downloadable resources found!" }, "content_scripts": [ { "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "runat": "document_idle" } ], "description": "Interact with mldonkey and add download tasks automatically when you click elinks.", "icons": { "128": "icon128.png", "16": "icon16.png", "24": "icon24.png", "256": "icon256.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "MLDonkey", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage" ], "version": "0.7.2", "web_accessible_resources": [ "icon48.png" ] } |