Ngrok Raw2cURL
Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.
Was ist Ngrok Raw2cURL?
Ngrok Raw2cURL ist eine Chrome-Erweiterung, die von belotte1355 entwickelt wurde, und ihr Hauptmerkmal ist "Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.".
Erweiterungsscreenshots
Ngrok Raw2cURL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ngrok Raw2cURL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click on Raw block or double-click on request line from your localhost Ngrok inspector to copy cURL command on clipboard. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | panfnlbnliocfnpoiggopcbdigmmkpil |
| Offizielle URL | https://chromewebstore.google.com/detail/ngrok-raw2curl/panfnlbnliocfnpoiggopcbdigmmkpil |
| Beschreibung | Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http. |
| Dateigröße | 19.42 KB |
| Installationsanzahl | 91 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2022-12-11 |
| Veröffentlichungsdatum | 2022-04-21 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | belotte1355 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |