ThunderLixianAssistant
Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.
什麼是ThunderLixianAssistant?
ThunderLixianAssistant是由https://imchao.net開發的Chrome擴展程式,該擴展的主要功能是“Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.”。
擴展截圖
下載ThunderLixianAssistant擴展crx文件
下載ThunderLixianAssistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ThunderLixianAssistant make it easier to export download links in ThunderLixian.
It supports aria2/aria2-rpc/wget/IDM/Orbit and also YAAW perfectly.
This project is a wrapper of ThunderLixianExporter.
Thanks to binux(http://binux.me) for ThunderLixianExporter.
Thanks to KeFang(http://fangke.im) for the design of logo.
Opensource:
https://github.com/ohsc/ThunderLixianAssistant
https://github.com/binux/ThunderLixianExporter 擴展基本資訊
| 名稱 | |
| ID | eehlmkfpnagoieibahhcghphdbjcdmen |
| 官方網址 | https://chromewebstore.google.com/detail/thunderlixianassistant/eehlmkfpnagoieibahhcghphdbjcdmen |
| 簡介 | Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit. |
| 檔案大小 | 58.97 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 0.1.7 |
| 更新時間 | 2016-12-20 |
| 上架時間 | 2016-12-19 |
| 評分 | 4.30/5 共 194 次評分 |
| 開發者 | https://imchao.net |
| 付費類型 | free |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.1.7",
"manifest_version": 2,
"description": "__MSG_description__",
"icons": {
"128": "images\/logo128.png",
"48": "images\/logo48.png",
"16": "images\/logo16.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/dynamic.cloud.vip.xunlei.com\/*",
"https:\/\/dynamic.cloud.vip.xunlei.com\/*",
"http:\/\/lixian.vip.xunlei.com\/*"
],
"js": [
"ThunderLixianExporter\/ThunderLixianExporter.user.js"
]
}
]
} | |