captureCalls
Logs function calls in DevTools console.
Vad är captureCalls?
captureCalls är en Chrome-tillägg utvecklad av https://n12v.com, och dess huvudfunktion är "Logs function calls in DevTools console.".
Tilläggsskärmbilder
Ladda ner captureCalls-förlängningens CRX-fil
Ladda ner captureCalls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | captureCalls |
ID | jbifbiilihmmfjcbfbbdhknaehdgbabd |
Officiell webbadress | https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd |
Beskrivning | Logs function calls in DevTools console. |
Filstorlek | 9.63 KB |
Antal Installationer | 166 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2014-08-13 |
Publiceringsdatum | 2014-08-13 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://n12v.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/NV/captureCalls.js |
Stödda Språk | 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": [ " |