Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/detective-extension


https://github.com/tmeasday/detective-extension

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# detective-extension

#### To install:

1. Open chrome
2. Go to chrome://extensions
3. Click "developer mode"
4. Hit "Load unpacked extension"
5. Browse to this repo

#### To use:

Right now you need to have the "Detective" tab open while doing stuff. Will work in the bg soon.

#### To develop:

1. Make sure the chrome inspector is open in separate window
2. Hit "inspect" inside the detective tab.
3. To reload, make changes, hit reload in the detective tab.

#### TODO

1. Track method calls
2. Count data per "action" (somehow)
3. Break things up by URL change using pushState
4. Is a raw DDP log useful?