Scooby profiler
Scooby profiler lets you debug backend queries for different http requests.
What is Scooby profiler?
Scooby profiler is a Chrome extension developed by Shubham Jain, and its main feature is "Scooby profiler lets you debug backend queries for different http requests.".
Extension Screenshots
Download Scooby profiler Extension CRX File
Download Scooby profiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Scooby profiler |
ID | kicgfdanpohconjegfkojbpceodecjad |
Official URL | https://chromewebstore.google.com/detail/scooby-profiler/kicgfdanpohconjegfkojbpceodecjad |
Description | Scooby profiler lets you debug backend queries for different http requests. |
File Size | 210 KB |
Installation Count | 44 |
Current Version | 1.0.0 |
Last Updated | 2018-09-10 |
Publish Date | 2018-09-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Shubham Jain |
Payment Type | free |
Supported Languages | 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": [ " |