xhr-devtool

xhr-devtool

Hvad er xhr-devtool?

xhr-devtool er en Chrome-udvidelse udviklet af https://www.2e33.com, og dens hovedfunktion er "xhr-devtool".

Udvidelsesskærmbilleder

screenshot

Download xhr-devtool-udvidelses-CRX-fil

Download xhr-devtool-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

                        替换response结果                    

Grundlæggende oplysninger om udvidelsen

Navn xhr-devtool xhr-devtool
ID ppnbnljjjnogaidfedkfnohpbkipecpk
Officiel URL https://chromewebstore.google.com/detail/xhr-devtool/ppnbnljjjnogaidfedkfnohpbkipecpk
Beskrivelse xhr-devtool
Filstørrelse 51.34 KB
Antal Installationer 75
Nuværende Version 1.0
Senest Opdateret 2019-04-02
Udgivelsesdato 2019-04-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.2e33.com
Betalingsmetode free
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xhr-devtool",
    "description": "xhr-devtool",
    "version": "1.0",
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/img\/icon.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "ajaxhook.min.js"
    ]
}