Scooby profiler
Scooby profiler lets you debug backend queries for different http requests.
什么是Scooby profiler?
Scooby profiler是由Shubham Jain开发的Chrome扩展程序,该扩展的主要功能是“Scooby profiler lets you debug backend queries for different http requests.”。
扩展截图
下载Scooby profiler扩展crx文件
下载Scooby profiler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Scooby profiler |
ID | kicgfdanpohconjegfkojbpceodecjad |
官方URL | https://chromewebstore.google.com/detail/scooby-profiler/kicgfdanpohconjegfkojbpceodecjad |
简介 | Scooby profiler lets you debug backend queries for different http requests. |
文件大小 | 210 KB |
安装次数 | 44 |
当前版本 | 1.0.0 |
更新时间 | 2018-09-10 |
上架时间 | 2018-09-10 |
评分 | 5.00/5 共3次评分 |
开发者 | Shubham Jain |
付费类型 | free |
支持的语言 | 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": [ " |