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 |
官方網址 | 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": [ " |