添加到aria2
把下载添加到aria2
添加到aria2とは何ですか?
添加到aria2はYixi's groupによって開発されたChromeの拡張機能で、その主な機能は「把下载添加到aria2」です。
拡張機能のスクリーンショット
添加到aria2拡張機能のCRXファイルをダウンロード
添加到aria2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
添加到Aria2(toAria2)
======
用Aria2接管chrome的下载。
使用说明
======
* 安装插件后从插件管理里进入选项(或者等第一次下载的时候弹出选项)
* 填写最小接管文件大小和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
}
} | |