Ngrok Raw2cURL
Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.
Cos'è Ngrok Raw2cURL?
Ngrok Raw2cURL è un'estensione di Chrome sviluppata da belotte1355, e la sua funzione principale è "Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ngrok Raw2cURL
Scarica i file di estensione Ngrok Raw2cURL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click on Raw block or double-click on request line from your localhost Ngrok inspector to copy cURL command on clipboard.
Informazioni di Base sull'Estensione
Nome | Ngrok Raw2cURL |
ID | panfnlbnliocfnpoiggopcbdigmmkpil |
URL Ufficiale | https://chromewebstore.google.com/detail/ngrok-raw2curl/panfnlbnliocfnpoiggopcbdigmmkpil |
Descrizione | Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http. |
Dimensione del File | 19.42 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2022-12-11 |
Data di Pubblicazione | 2022-04-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | belotte1355 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.1", "name": "Ngrok Raw2cURL", "icons": { "16": "public\/icons\/16.png", "48": "public\/icons\/48.png", "128": "public\/icons\/128.png" }, "description": "Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http:\/\/localhost:4040\/inspect\/http.", "content_scripts": [ { "matches": [ "http:\/\/localhost:4040\/inspect\/http" ], "js": [ "copyCurl.js", "lib\/toastify\/toastify.js", "lib\/toast.js" ], "css": [ "lib\/toastify\/toastify.css" ] } ], "web_accessible_resources": [ { "resources": [ "lib\/toastify\/toastify.css" ], "matches": [ "http:\/\/*\/*" ], "use_dynamic_url": true } ] } |