Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bigbluehat/link-info-extractor
- Owner: BigBlueHat
- License: isc
- Created: 2017-03-29T13:00:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T17:17:55.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T04:41:29.539Z (2 months ago)
- Topics: extractor, linked-data, links, webextensions
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/link-info-extractor/
- Size: 43 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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