easy way to post webpage to scrapbox.io
You can download extension packages from https://github.com/pastak/scboloo/releases
Plase read how to build on below.
- Install
node
andyarn
% yarn install
% yarn build
- All packages(for Chrome, Firefox, MSEdge):
% yarn run pack
- Chrome:
% yarn run pack:chrome
- Firefox:
% yarn run pack:firefox
- This command will try to pack for Firefox v52 and if it fails then pack for version less than v52
- Your target version is less than v52:
% yarn run pack:firefox:v50
- Why Firefox v52? - Firefox v52 has native support for
await-async
- Why Firefox v52? - Firefox v52 has native support for
- MS Edge:
% yarn run pack:msedge
- If you install your MS Edge you should sign appX
- Chrome(crx):
packages/scboloo.crx
- Chrome(zip):
packages/scboloo.chrome.zip
- Firefox:
packcages/scboloo-X.X.X.zip
- MSEdge:
packages/edgeExtension.appx
- Require
node
,yarn
% git clone git@github.com:pastak/scboloo.git
% cd scboloo
% yarn install
- Run build command
- Chrome, Firefox(> v52):
% yarn run build
- dir:
dist/chrome
,dist/firefox
- watch:
% yarn run watch
- dir:
- Firefox (< v52):
% yarn run build:firefox:v50
- dir:
dist/firefox-v50
- watch:
% yarn run build:firefox:v50 -- --watch
- dir:
- MSEdge:
% yarn run build:msedge
- dir:
dist/msedge
- watch:
yarn run build:msedge -- --watch
- dir: