https://github.com/progm/rack-mini-profiler-chrome-ext
An early-stage development chrome extension to make it easier to work with https://github.com/MiniProfiler/rack-mini-profiler on APIs.
https://github.com/progm/rack-mini-profiler-chrome-ext
Last synced: 15 days ago
JSON representation
An early-stage development chrome extension to make it easier to work with https://github.com/MiniProfiler/rack-mini-profiler on APIs.
- Host: GitHub
- URL: https://github.com/progm/rack-mini-profiler-chrome-ext
- Owner: ProGM
- License: mit
- Created: 2016-07-25T13:04:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T13:08:12.000Z (almost 10 years ago)
- Last Synced: 2025-11-11T21:29:16.379Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rack Mini Profiler - Chrome Extension
=====
An early-stage development chrome extension to make it easier to work with [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) on APIs.
# How it works
It adds a ruby icon that becomes bright when the current web page has some profiling infos.
Clicking it will take you to the Mini Profiler result page.
# Development tools
It adds a (raw) console extension to capture all requests having profiling informations. You can access them by clicking `ctrl+shift+j` or `cmd+alt+j`.