Git Product home page Git Product logo

aria2-for-chrome's Introduction

Aria2 for Chrome

Aria2 for chrome 是一款为Chrome定制的下载任务管理扩展,能够自动拦截或手动添加下载任务到Aria2c来完成网络资源下载。 同时引入了AriaNG作为前端方便用户对Aria2c进行操作和管理。

Usage

扩展和AriaNG分别需要配置RPC地址,扩展配置页面token验证方式RPC地址示例:http://token:yoursecretkey@ip:port/jsonrpc

右键单击扩展图标并点击“选项”选单,可以设置是否开启右键菜单和下载拦截

并且可以设置多大的文件使用导出下载,小文件使用Chrome自带的下载功能,拦截下载默认使用第一个RPC地址.

开启右键菜单之后任意链接都可以右键导出到Aria2进行下载.

Integration

允許其他擴展使用這個擴展作為與 Aria2 的中介軟體來下載檔案。

Allow other extensions use this extension as middleware to download file with Aria2.

const downloadItem = {
    "url": "https://sample.com/image.jpg",
    "filename": "image_from_sample.jpg",
    "referrer": "https://sample.com",
    "options": { // 此处为aria2 的原生参数
        "split": "10",
        "...": "..."
    }
}

chrome.runtime.sendMessage(`Aria2 for Chrome extension ID`, downloadItem)

Install

作为chrome扩展安装即可。

Chrome Web Store 安装地址

Privacy policy

This extension just captures chrome download task and related website cookies for the user's specific connecting aria2c to download the network resource. Aria2c connection and config infomation will be just stored locally or uploaded to user's Google cloud by choice. It will never collect any user's personal data, network activity or share it to 3rd party.

License

GPLv3

Aria2-for-Chrome is licensed under GNU General Public License Version 3 or later.

aria2-for-chrome's People

Contributors

alexhua avatar harshithmohan avatar tofuliang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.