Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigbluehat/link-info-extractor

Example WebExtension demoing a common use case of web page + popup communication
https://github.com/bigbluehat/link-info-extractor

extractor linked-data links webextensions

Last synced: 12 days ago
JSON representation

Example WebExtension demoing a common use case of web page + popup communication

Awesome Lists containing this project

README

        

# Link Info Extractor

This simple extension demonstraits a common use case and foundation for
common, every day web page interaction and pinned popup-based content
display in WebExtensions.

Checkout the related articles at [CodeShip.com](http://codeship.com/):
* [Building Web Extensions Because You Can](https://blog.codeship.com/building-web-extensions-because-you-can/)
* [WebExtensions 101](https://blog.codeship.com/webextensions-101/)

# Usage

```sh
$ npm i -g web-ext
$ web-ext run -s extension/ # assumes Firefox is installed
```

# License

ISC