Giter Site home page Giter Site logo

cxsw / camtd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jae-jae/camtd

0.0 1.0 0.0 1.47 MB

Chrome multi-threaded download manager extension,based on Aria2 and AriaNg. Chrome多线程下载扩展。

HTML 11.04% JavaScript 75.39% CSS 13.52% Shell 0.05%

camtd's Introduction

Xnip2018-05-05_12-40-13.jpg

Camtd中文使用教程

Camtd

Chrome multi-threaded download manager extension,based on Aria2 and AriaNg.

Aria2: https://aria2.github.io

AriaNg: https://github.com/mayswind/AriaNg

Install

ChromeStore: https://chrome.google.com/webstore/detail/camtd-aria2-download-mana/lcfobgbcebdnnppciffalfndpdfeence?utm_source=chrome-ntp-icon

Github: releases

Usage

  1. Run aria2 with RPC enabled

aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all with 'JSON-RPC PATH' like http://hostname:port/jsonrpc

Recommend: Set --rpc-secret=<secret> if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like http://token:secret@hostname:port/jsonrpc

Set --rpc-user=<username> --rpc-passwd=<passwd> if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like http://username:passwd@hostname:port/jsonrpc

  1. Configuration Camtd setting.gif

Demo

down.gif

满速下载百度�网盘 pan.gif

Building

$ yarn

# Transform updated source written by ES2015 (default option)
$ gulp babel

$ bower install

# or Using watch to update source continuously
$ gulp watch

# Make a production version extension
$ gulp build

Building UI

$ cd AriaNg
$ yarn
$ bower install

# build
$ gulp clean build

# starting server
$ gulp serve

Changelog

1.4 - 2018-05-31

Fixed

  • Ignore all non http/https/ftp/sftp protocols

1.2 - 2018-05-28

Fixed

  • Fixed filter
  • Optimization siderbar
  • Optimization status notice

1.1 - 2018-05-11

Fixed

  • Ignore blob protocol

1.0 - 2018-05-11

Fixed

  • Error configuration notice

0.0.8 - 2018-05-10

Added

  • Intercept filter,blacklist and whitelist

Changed

  • Remove connect max limit

License

MIT

camtd's People

Contributors

jae-jae avatar vimsucks avatar

Watchers

 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.