An open API service indexing awesome lists of open source software.

https://github.com/psephopaiktes/share-it

Share or Copy web pages to anywhere by various format.
https://github.com/psephopaiktes/share-it

browser-extension chrome chrome-extension chrome-extensions firefox-addon

Last synced: 5 months ago
JSON representation

Share or Copy web pages to anywhere by various format.

Awesome Lists containing this project

README

          

# share-it

![Hero Image](design/cover.png)

A browser extension that allows you to share and copy web pages in various ways.

## Get the Extension
* [Chrome Web Store](https://chrome.google.com/webstore/detail/kmfmfcdigkgfhmnopjfdnaikhjkmmplm)
* [Add-ons for Firefox](https://addons.mozilla.org/firefox/addon/share-it/)

## Development
need a Node.js environment.
```zsh
npm i
npm start
```

## For Firefox review team
To review the source code and build it, please run the following command:
```zsh
npm run build:firefox
```