Skip to content

skohub-io/skohub-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkoHub WebExtension

WebExtension to send page data to the skohub-editor

Instructions for installing

$ git clone https://github.com/skohub-io/skohub-extension.git
$ cd skohub-extension
$ npm install

Add to Chrome

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