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.
- Host: GitHub
- URL: https://github.com/psephopaiktes/share-it
- Owner: psephopaiktes
- License: mit
- Created: 2021-05-12T14:20:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T11:04:01.000Z (10 months ago)
- Last Synced: 2025-10-03T12:59:46.839Z (8 months ago)
- Topics: browser-extension, chrome, chrome-extension, chrome-extensions, firefox-addon
- Language: Vue
- Homepage: https://chrome.google.com/webstore/detail/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
- Size: 2.71 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# share-it

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
```