captureCalls
Logs function calls in DevTools console.
What is captureCalls?
captureCalls is a Chrome extension developed by https://n12v.com, and its main feature is "Logs function calls in DevTools console.".
Extension Screenshots
Download captureCalls Extension CRX File
Download captureCalls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
captureCalls allows to log function calls. It adds a message to the console with a function name, its arguments and a stacktrace. captureCalls is a better version of Chrome DevTools’ monitor function.
Extension Basic Information
Name | captureCalls |
ID | jbifbiilihmmfjcbfbbdhknaehdgbabd |
Official URL | https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd |
Description | Logs function calls in DevTools console. |
File Size | 9.63 KB |
Installation Count | 166 |
Current Version | 1.0.0 |
Last Updated | 2014-08-13 |
Publish Date | 2014-08-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://n12v.com |
Payment Type | free |
Extension Website | https://github.com/NV/captureCalls.js |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "captureCalls", "short_name": "capturecalls", "version": "1.0.0", "description": "Logs function calls in DevTools console.", "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "author": "Nikita Vasilyev", "content_scripts": [ { "matches": [ " |