Scooby profiler
Scooby profiler lets you debug backend queries for different http requests.
Cos'è Scooby profiler?
Scooby profiler è un'estensione di Chrome sviluppata da Shubham Jain, e la sua funzione principale è "Scooby profiler lets you debug backend queries for different http requests.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scooby profiler
Scarica i file di estensione Scooby profiler 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
Scooby profiler is a chrome extension to debug backend queries for different HTTP requests. This lets you profile your views too. You need to install django-scooby-profiler package to make it work with Django.
Informazioni di Base sull'Estensione
Nome | Scooby profiler |
ID | kicgfdanpohconjegfkojbpceodecjad |
URL Ufficiale | https://chromewebstore.google.com/detail/scooby-profiler/kicgfdanpohconjegfkojbpceodecjad |
Descrizione | Scooby profiler lets you debug backend queries for different http requests. |
Dimensione del File | 210 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-09-10 |
Data di Pubblicazione | 2018-09-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Shubham Jain |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "devtools_page": "html\/devtools.html", "permissions": [ " |