Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyqi/sharebychatgpt-extension
A browser extension summarize web pages with ChatGPT for easy sharing on social media.
https://github.com/joyqi/sharebychatgpt-extension
chatgpt chrome-extension firefox-addon social-network
Last synced: 17 days ago
JSON representation
A browser extension summarize web pages with ChatGPT for easy sharing on social media.
- Host: GitHub
- URL: https://github.com/joyqi/sharebychatgpt-extension
- Owner: joyqi
- License: gpl-3.0
- Created: 2023-03-10T03:22:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T10:14:29.000Z (about 1 year ago)
- Last Synced: 2024-09-26T01:53:09.081Z (about 2 months ago)
- Topics: chatgpt, chrome-extension, firefox-addon, social-network
- Language: TypeScript
- Homepage: https://sharebychatgpt.com
- Size: 1.58 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Share By ChatGPT
A browser extension summarize web pages with ChatGPT for easy sharing on social media.
## Installation
* [Chrome](https://chrome.google.com/webstore/detail/share-by-chatgpt/gflipcaadffoldodbknnlpfgcfdomekc)
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/share-by-chatgpt/)## Screenshots
![screenshot](screenshots.gif)
## Features
* Summarize web pages with ChatGPT
* Share on social media
* Support multiple languages## Build from source
This extension is built with [Plasmo](https://www.plasmo.com/), a browser extension framework. You can build it from source by running the following commands:
```bash
pnpm build
```The built extension will be in the `build` folder. The default build target is `chrome-mv3`. If you want to build for other targets, you can run the following command:
```bash
pnpm build-chrome
# OR
pnpm build-firefox
```If you want to package the extension, you can run the following command:
```bash
pnpm package-chrome
# OR
pnpm package-firefox
```