Ngrok Raw2cURL
Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.
Wat is Ngrok Raw2cURL?
Ngrok Raw2cURL is een Chrome-extensie ontwikkeld door belotte1355, en de belangrijkste functie is "Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ngrok Raw2cURL
Download Ngrok Raw2cURL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click on Raw block or double-click on request line from your localhost Ngrok inspector to copy cURL command on clipboard.
Basisinformatie over de Extensie
Naam | Ngrok Raw2cURL |
ID | panfnlbnliocfnpoiggopcbdigmmkpil |
Officiële URL | https://chromewebstore.google.com/detail/ngrok-raw2curl/panfnlbnliocfnpoiggopcbdigmmkpil |
Beschrijving | Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http. |
Bestandsgrootte | 19.42 KB |
Aantal Installaties | 91 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-12-11 |
Publicatiedatum | 2022-04-21 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | belotte1355 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |