captureCalls

Logs function calls in DevTools console.

Hvad er captureCalls?

captureCalls er en Chrome-udvidelse udviklet af https://n12v.com, og dens hovedfunktion er "Logs function calls in DevTools console.".

Udvidelsesskærmbilleder

screenshot

Download captureCalls-udvidelses-CRX-fil

Download captureCalls-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn captureCalls captureCalls
ID jbifbiilihmmfjcbfbbdhknaehdgbabd
Officiel URL https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd
Beskrivelse Logs function calls in DevTools console.
Filstørrelse 9.63 KB
Antal Installationer 166
Nuværende Version 1.0.0
Senest Opdateret 2014-08-13
Udgivelsesdato 2014-08-13
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://n12v.com
Betalingsmetode free
Udvidelseswebsted https://github.com/NV/captureCalls.js
Understøttede Sprog 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"
    ]
}