添加到aria2

把下载添加到aria2

What is 添加到aria2?

添加到aria2 is a Chrome extension developed by Yixi's group, and its main feature is "把下载添加到aria2".

Extension Screenshots

screenshot
screenshot
screenshot

Download 添加到aria2 Extension CRX File

Download 添加到aria2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        添加到Aria2(toAria2)
======
用Aria2接管chrome的下载。

使用说明
======
* 安装插件后从插件管理里进入选项(或者等第一次下载的时候弹出选项)
* 填写最小接管文件大小和aria2服务器地址。
* 完成。                    

Extension Basic Information

Name 添加到aria2 添加到aria2
ID nimeojfecmndgolmlmjghjmbpdkhhogl
Official URL https://chromewebstore.google.com/detail/%E6%B7%BB%E5%8A%A0%E5%88%B0aria2/nimeojfecmndgolmlmjghjmbpdkhhogl
Description 把下载添加到aria2
File Size 94.77 KB
Installation Count 5,000
Current Version 1.0.7
Last Updated 2020-04-02
Publish Date 2020-03-28
Rating 4.19/5 Total 32 Ratings
Developer Yixi's group
Payment Type free
Supported Languages 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
    }
}