添加到aria2
把下载添加到aria2
添加到aria2란 무엇입니까?
添加到aria2은(는) Yixi's group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "把下载添加到aria2"입니다.
확장 프로그램 스크린샷
添加到aria2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
添加到Aria2(toAria2) ====== 用Aria2接管chrome的下载。 使用说明 ====== * 安装插件后从插件管理里进入选项(或者等第一次下载的时候弹出选项) * 填写最小接管文件大小和aria2服务器地址。 * 完成。
확장 프로그램 기본 정보
이름 | 添加到aria2 |
ID | nimeojfecmndgolmlmjghjmbpdkhhogl |
공식 URL | https://chromewebstore.google.com/detail/%E6%B7%BB%E5%8A%A0%E5%88%B0aria2/nimeojfecmndgolmlmjghjmbpdkhhogl |
설명 | 把下载添加到aria2 |
파일 크기 | 94.77 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2020-04-02 |
출시 날짜 | 2020-03-28 |
평점 | 4.19/5 총 32 개의 평점 |
개발자 | Yixi's group |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6dfb\u52a0\u5230aria2", "version": "1.0.7", "manifest_version": 2, "description": "\u628a\u4e0b\u8f7d\u6dfb\u52a0\u5230aria2", "homepage_url": "http:\/\/blog.ghostry.cn\/", "minimum_chrome_version": "26.0.1428", "icons": { "16": "icon.png", "19": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "options_page": "options.html", "permissions": [ "downloads", "http:\/\/*\/", "notifications", "contextMenus" ], "browser_action": { "default_title": "\u6682\u505c\/\u542f\u7528" }, "background": { "scripts": [ "decode.js", "add.js" ], "persistent": true } } |