Skip to content

pastak/scboloo

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2017
Jan 24, 2017
Jan 25, 2017
Jan 29, 2020
Jun 8, 2019
Jan 25, 2017
Jan 25, 2017
Apr 5, 2017
Apr 18, 2017
Jan 29, 2020
Jun 8, 2019
Jul 28, 2021

Repository files navigation

scboloo

easy way to post webpage to scrapbox.io

DEMO

Install

For users

You can download extension packages from https://github.com/pastak/scboloo/releases

For developers

Plase read how to build on below.

Build Packages

Setup

  • Install node and yarn
  • % yarn install
  • % yarn build

Make Packaging

  • All packages(for Chrome, Firefox, MSEdge): % yarn run pack
  • Chrome: % yarn run pack:chrome
  • Firefox: % yarn run pack:firefox
  • MS Edge: % yarn run pack:msedge
    • If you install your MS Edge you should sign appX

Built Package Location

  • Chrome(crx): packages/scboloo.crx
  • Chrome(zip): packages/scboloo.chrome.zip
  • Firefox: packcages/scboloo-X.X.X.zip
  • MSEdge: packages/edgeExtension.appx

Development

  • Require node, yarn
  1. % git clone [email protected]:pastak/scboloo.git
  2. % cd scboloo
  3. % yarn install
  4. Run build command
  • % yarn run build
    • dir: dist/chrome, dist/firefox, 'dist/msedge'
    • watch: % yarn run watch