captureCalls

Logs function calls in DevTools console.

Wat is captureCalls?

captureCalls is een Chrome-extensie ontwikkeld door https://n12v.com, en de belangrijkste functie is "Logs function calls in DevTools console.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie captureCalls

Download captureCalls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam captureCalls captureCalls
ID jbifbiilihmmfjcbfbbdhknaehdgbabd
Officiële URL https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd
Beschrijving Logs function calls in DevTools console.
Bestandsgrootte 9.63 KB
Aantal Installaties 166
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-08-13
Publicatiedatum 2014-08-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://n12v.com
Betalingswijze free
Extensiewebsite https://github.com/NV/captureCalls.js
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "captureCalls_content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captureCalls.js"
    ]
}