Inspect API calls
Inspect API calls extension
Wat is Inspect API calls?
Inspect API calls is een Chrome-extensie ontwikkeld door matteopieroni, en de belangrijkste functie is "Inspect API calls extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspect API calls
Download Inspect API calls-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
Using this extension you can inspect the API calls made by the website you open.
It shows information regarding: url, duration, method (GET, POST, PATCH, PUT, DELETE), status (success, pending, error).
You can filter searching a string in a url, order the data, visualise duplicate, insecure or error calls.
The code for this extension is open sourced and you can see it on Github: https://github.com/MatteoPieroni/inspect-api-extension.
To request a new feature, please open an issue in the github repo: https://github.com/MatteoPieroni/inspect-api-extension/issues Basisinformatie over de Extensie
| Naam | |
| ID | peblgjafllfpndniijaemianngmokbcf |
| Officiële URL | https://chromewebstore.google.com/detail/inspect-api-calls/peblgjafllfpndniijaemianngmokbcf |
| Beschrijving | Inspect API calls extension |
| Bestandsgrootte | 58.93 KB |
| Aantal Installaties | 1,955 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2020-04-30 |
| Publicatiedatum | 2020-04-28 |
| Ontwikkelaar | matteopieroni |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/MatteoPieroni/inspect-api-extension |
| Help Pagina-URL | https://github.com/MatteoPieroni/inspect-api-extension/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Inspect API calls",
"description": "Inspect API calls extension",
"version": "0.2.0",
"browser_action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "Icon48.png",
"128": "Icon128.png"
},
"permissions": [
"webRequest",
"webNavigation",
" | |