Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/detective-extension
https://github.com/tmeasday/detective-extension
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/detective-extension
- Owner: tmeasday
- Created: 2015-07-27T12:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T05:32:19.000Z (over 9 years ago)
- Last Synced: 2024-10-25T18:58:08.817Z (3 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
#### TODO1. 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?