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

https://github.com/devidw/gptab


https://github.com/devidw/gptab

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ChatGPT Code Tab

run chatgpt chat edited docs in an extra browser tab

## how it works

- the content script
- gets injected into chatgpt.com
- adds a button to the website
- when button is clicked sends open editor content to sw
- the service worker
- receives code from content script
- sets up code_tab (get or add)
- replaces tab doc with gpt's doc
- the code_tab sandbox
- manipulated by sw