Scooby profiler
Scooby profiler lets you debug backend queries for different http requests.
Что такое Scooby profiler?
Scooby profiler - это расширение Chrome, разработанное Shubham Jain, и его основная функция - "Scooby profiler lets you debug backend queries for different http requests.".
Снимки экрана расширения
Скачать файл CRX расширения Scooby profiler
Скачайте файлы расширений 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": [ " |