Ngrok Raw2cURL
Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.
Vad är Ngrok Raw2cURL?
Ngrok Raw2cURL är en Chrome-tillägg utvecklad av belotte1355, och dess huvudfunktion är "Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http.".
Tilläggsskärmbilder
Ladda ner Ngrok Raw2cURL-förlängningens CRX-fil
Ladda ner Ngrok Raw2cURL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click on Raw block or double-click on request line from your localhost Ngrok inspector to copy cURL command on clipboard. Grundläggande Information om Tillägg
| Namn | |
| ID | panfnlbnliocfnpoiggopcbdigmmkpil |
| Officiell webbadress | https://chromewebstore.google.com/detail/ngrok-raw2curl/panfnlbnliocfnpoiggopcbdigmmkpil |
| Beskrivning | Copy Raw as cURL to clipboard. Just click on Raw block or double click a raw from http://localhost:4040/inspect/http. |
| Filstorlek | 19.42 KB |
| Antal Installationer | 91 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2022-12-11 |
| Publiceringsdatum | 2022-04-21 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | belotte1355 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |