Syncia is a Chrome extension that enables users to chat with ChatGPT by opening a sidebar on any website by using the shortcut ctrl+shift+x
. In addition, it provides a floating menu underneath any selected text on any website that allows users to generate text summaries, check grammar issues, and customize text length.
- π¨οΈ Chat with ChatGPT through a sidebar.
- π User your own Open AI API key.
- π Quick menu underneath any selected text which allows you to summarize, simplify language, translate, and more (extendable with custom prompts).
- π― Fully customizable settings page.
- π¨ Has both light mode and dark mode !
- π Answer questions in context with text from webpage.
- ποΈ Screenshot any region and query GPT 4 Vision
- π¦ Supports local models with Ollama
- π Secure and fully Free and open source forever. (Please consider giving this project a star π and contributing π to support the project.)
You can install Syncia through the Chrome Web Store.
Alternatively, you can install Syncia manually by following these steps:
- Clone the repo / Download by clicking Clone button
- Run
yarn build
. this should create adist
folder (make sure you have nodejs and yarn installed on your device) - Open Google Chrome and go to the "Extensions" page by typing "chrome://extensions/" in the address bar.
- Turn on "Developer mode" by toggling the switch in the top right corner of the page.
- Click on the "Load unpacked" button in the top left corner of the page.
- Select the
dist
folder.
To use Syncia, simply press the shortcut ctrl+shift+x on any website to open the sidebar and start chatting with ChatGPT. To use the text-related features, select the text on the website and click on the floating menu that appears underneath the selection.
When you select a text, a quick menu will appear with the following options:
- Summarize
- Simplify language
- Translate
- Key takeaways
- Fix spelling and grammar
- Change tone
- Make shorter
- Make longer
- Reply positively
- Reply negatively
- Needs information
Note that these are default options and can be changed in the settings page with custom prompts ! Also quick menu is visible on context menu as well when text is selected and right clicked.
Thank you to all the contributors who have helped make Syncia better! π
You can also contribute to the project by creating a pull request. please follow these steps:
- Fork the repository by clicking on the "Fork" button on this page.
- Clone your fork to your local machine.
- Create a new branch from the main branch with a descriptive name.
- Make your changes and commit them with a descriptive commit message.
- Push your branch to your fork.
- Create a pull request on this repository with a descriptive title and message.
Checkout the CONTRIBUTING.md file for more information.
If you encounter any issues while using Syncia or want to suggest new features, please create an issue on this repository. If you want to contribute to the project, please create a pull request for existing Issues
Syncia is licensed under the MIT License. See the LICENSE