Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skohub-io/skohub-extension
Webextension to send page data to the skohub-editor
https://github.com/skohub-io/skohub-extension
gruppe-offene-infrastruktur skohub
Last synced: 16 days ago
JSON representation
Webextension to send page data to the skohub-editor
- Host: GitHub
- URL: https://github.com/skohub-io/skohub-extension
- Owner: skohub-io
- License: apache-2.0
- Created: 2019-11-05T16:55:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T09:26:11.000Z (about 2 years ago)
- Last Synced: 2024-08-08T18:25:46.045Z (4 months ago)
- Topics: gruppe-offene-infrastruktur, skohub
- Language: JavaScript
- Size: 157 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - skohub-io/skohub-extension - Webextension to send page data to the skohub-editor (others)
README
# SkoHub WebExtension
WebExtension to send page data to the [skohub-editor](https://github.com/hbz/skohub-editor)
## Instructions for installing
```
$ git clone https://github.com/skohub-io/skohub-extension.git
$ cd skohub-extension
$ npm install
```### Add to Chrome
- Add extension from the Chrome Web Store: https://chrome.google.com/webstore/detail/skohub/ghalhmcgaicdcpmdicinaegnoanfmggd
- Alternatively, you can load the unpacked extension from the repo: In `Extensions`, enable Developer mode, click `load unpacked` and open the directory `skohub-extension/src`.### Add to Firefox
- Add the official extension from https://addons.mozilla.org/firefox/addon/skohub-extension/
- Alternatively, go to `Add-ons` in `Tools for Add-ons` click `Debug Add-ons` and load a new temporary add-on selecting the manifest in `skohub-extension/src`. You can also directly launch Firefox with a temporary profile by running `npm run start:firefox`## Usage
After installing the extension click the new extension icon on any webpage, this will open a new tab to SkoHub Editor with the extracted content of the page.
## Test
```
$ npm run test
```