Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benblack86/linkclump
Google chrome extension that allows you to open multiple links at once.
https://github.com/benblack86/linkclump
chrome-extension
Last synced: 15 days ago
JSON representation
Google chrome extension that allows you to open multiple links at once.
- Host: GitHub
- URL: https://github.com/benblack86/linkclump
- Owner: benblack86
- License: mit
- Created: 2010-09-01T17:41:42.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T14:24:44.000Z (7 months ago)
- Last Synced: 2024-08-01T05:22:29.003Z (3 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage:
- Size: 10 MB
- Stars: 474
- Watchers: 24
- Forks: 111
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Linkclump
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9e38a24d7f524c6ca73c07e8948d58a7)](https://www.codacy.com/manual/benblack86/linkclump?utm_source=github.com&utm_medium=referral&utm_content=benblack86/linkclump&utm_campaign=Badge_Grade)
## Support
Support is not provided as this is a free extension.## Installation
Install it by visiting the [chrome web store](https://chrome.google.com/webstore/detail/linkclump/lfpjkncokllnfokkgpkobnkbkmelfefj).## 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
```