WebExtension to send page data to the skohub-editor
$ git clone https://github.com/skohub-io/skohub-extension.git
$ cd skohub-extension
$ npm install
- 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, clickload unpacked
and open the directoryskohub-extension/src
.
- Add the official extension from https://addons.mozilla.org/firefox/addon/skohub-extension/
- Alternatively, go to
Add-ons
inTools for Add-ons
clickDebug Add-ons
and load a new temporary add-on selecting the manifest inskohub-extension/src
. You can also directly launch Firefox with a temporary profile by runningnpm run start:firefox
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.
$ npm run test