alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
820 stars 67 forks source link

How do I build this repo so it can be loaded as an unpacked extension #90

Closed pingshunhuangalex closed 2 years ago

pingshunhuangalex commented 2 years ago

Hi there,

I've been maintaining a similar extension that leverages YAAW and AriaNg. I'm glad to find a kindred spirit who's been diligent in pushing the downloading experience to the next level.

Just wondering how I can build your repo to generate an unpacked extension so I can dabble in this further. It'd be nice if a series of steps can be documented. Thanks.

alexhua commented 2 years ago

To keep it simple, I made this extension as a buildless project. You could just load it from soure code in chrome after deleting un-related github files: "_config.yml". If you're familar with chrome extension development, it will be very easy for you to get invovled.

pingshunhuangalex commented 2 years ago

Cool beans. Thanks mate.

pingshunhuangalex commented 2 years ago

BTW, what does _config.yml do then if it's not part of the build-less project? Thanks.

alexhua commented 2 years ago

github files: "_config.yml"

You can get answer from my last reply. 🙃

pingshunhuangalex commented 2 years ago

Right, site generator configs for GitHub Pages. 👌