An open API service indexing awesome lists of open source software.

https://github.com/mahmoudimus/link-xtractor

Google Chrome plugin to scape links from targeted hosts and extract desired links
https://github.com/mahmoudimus/link-xtractor

Last synced: about 2 months ago
JSON representation

Google Chrome plugin to scape links from targeted hosts and extract desired links

Awesome Lists containing this project

README

        

# link-xtractor

A Google Chrome plugin that traverses all open tabs, targets a list of configurable hosts (set via options), and scrapes some metadata associated with them.

## Code Quality

This is probably the worst project in terms of code quality that I have available. I've developed it a while ago and I decided to spruce it up for putting Github. So, obligatory, "THERE BE DRAGONS."

## Purpose

I needed a way to scrape some fields of specific sites and it was much easier to do it via Chrome's plugin system that writing a scraper in Python or something else.

## License

`link-xtractor` is a MIT/BSD/Apache2 triple-licensed library.

## Contribute

If you have a good idea for this project, just open up an issue and I'll update this with a proper contribution guideline.

## Contributors

[@mahmoudimus](https://github.com/mahmoudimus)