Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastak/scboloo
easy way to post webpage to scrapbox.io
https://github.com/pastak/scboloo
browser-extension chrome-extension edge-extension firefox-addon scrapbox webextension
Last synced: about 2 months ago
JSON representation
easy way to post webpage to scrapbox.io
- Host: GitHub
- URL: https://github.com/pastak/scboloo
- Owner: pastak
- Created: 2016-10-18T16:52:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:55:43.000Z (about 2 years ago)
- Last Synced: 2024-10-24T23:19:48.372Z (about 2 months ago)
- Topics: browser-extension, chrome-extension, edge-extension, firefox-addon, scrapbox, webextension
- Language: JavaScript
- Homepage:
- Size: 7.71 MB
- Stars: 63
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scboloo
easy way to post webpage to scrapbox.io![DEMO](docs/demo.gif)
## 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`