curlconverter / curlconverter

Transpile curl commands into Python, JavaScript and 27 other languages
https://curlconverter.com
MIT License
7.17k stars 867 forks source link

Added Chrome Extension #637

Closed r3x5ur closed 2 months ago

r3x5ur commented 2 months ago

curlconverter-crx.zip

verhovsky commented 2 months ago

Huh, there's a chrome.devtools.network.getHAR() and chrome.devtools.network.onRequestFinished, so we could re-implement the Network panel and then add a way to copy the requests as various languages.

https://developer.chrome.com/docs/extensions/reference/api/devtools/network

It would require adding a HAR frontend to curlconverter instead of just curl commands. Might as well add a raw HTTP frontend too at that point like https://ryan.govost.es/http-translator/