This is a Chrome extension that allows you to synchronize your web page content with a GitHub repository, for example, a conversation with ChatGPT.
- Download the latest zip package from the Releases page on GitHub.
- Extract the zip package to a local directory.
- Open Google Chrome and navigate to chrome://extensions.
- Enable "Developer mode" in the top right corner of the page.
- Click the "Load unpacked extension" button and select the directory where you extracted the zip package.
- Click the "Settings" button in the top right corner of the page to set your AccessToken, repository, and directory information.
First Use:
- Please refresh the existing page after the first installation.
- Click the icon to synchronize the web page with your GitHub repository.
Currently supported:
This is a new tool that requires your feedback and testing. Please feel free to report any issues you encounter on the Issues page.
When submitting a problem, it is recommended to include information such as console errors, screenshots, or the URL of a conversation shared with ShareGPT.
You can easily add support for a new website.
- Refer to the existing projects in the converters directory, create a new folder and implement a new "BaseConverter" inside it.
- Import it into the content_script and create a new instance.
- Add the corresponding regular expression match to the "content_scripts.matches" field in the manifest.json file.
This is a newly launched project, and more features need to be improved, including but not limited to:
- Display colored icons only on verified websites
- Automatic version publishing
- Synchronization with the Chrome Web Store