Ninja File Collector

Shows a list of all the files the webpage uses through the Developer tools.

Was ist Ninja File Collector?

Ninja File Collector ist eine Chrome-Erweiterung, die von Joseph entwickelt wurde, und ihr Hauptmerkmal ist "Shows a list of all the files the webpage uses through the Developer tools.".

Erweiterungsscreenshots

screenshot

Ninja File Collector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ninja File Collector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.                    

Grundlegende Informationen zur Erweiterung

Name Ninja File Collector Ninja File Collector
ID mifinndldjidbdidlapemefmlnknkcmo
Offizielle URL https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo
Beschreibung Shows a list of all the files the webpage uses through the Developer tools.
Dateigröße 13.23 KB
Installationsanzahl 665
Aktuelle Version 1.0
Letztes Update 2015-11-21
Veröffentlichungsdatum 2015-11-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Joseph
Zahlungsart free
Erweiterungswebsite https://github.com/josephspurrier/ninja-file-collector
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja File Collector",
    "version": "1.0",
    "description": "Shows a list of all the files the webpage uses through the Developer tools.",
    "icons": {
        "128": "static\/images\/128\/ninja.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools.html",
    "manifest_version": 2
}