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
- Host: GitHub
- URL: https://github.com/mahmoudimus/link-xtractor
- Owner: mahmoudimus
- License: mit
- Created: 2014-08-09T03:35:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T21:39:14.000Z (about 2 years ago)
- Last Synced: 2024-04-14T19:57:39.842Z (about 1 year ago)
- Language: TypeScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)