Skip to content

Google chrome extension that allows you to open multiple links at once.

License

Notifications You must be signed in to change notification settings

benblack86/linkclump

Repository files navigation

Linkclump

Codacy Badge

Support

Support is not provided as this is a free extension.

Installation

Install it by visiting the chrome web store.

Build

The build process uses ant (run ant at the command line) and will run tests and create a zip file that can be uploaded to the chrome store. From docker:

docker run --mount type=bind,source="$(pwd)",target=/app frekele/ant:1.10.3-jdk8u111 ant -f /app/build.xml