Ninja File Collector

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

Qu'est-ce que Ninja File Collector ?

Ninja File Collector est une extension Chrome développée par Joseph, et sa fonction principale est "Shows a list of all the files the webpage uses through the Developer tools.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ninja File Collector

Téléchargez les fichiers d'extension Ninja File Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ninja File Collector Ninja File Collector
ID mifinndldjidbdidlapemefmlnknkcmo
URL Officiel https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo
Description Shows a list of all the files the webpage uses through the Developer tools.
Taille du Fichier 13.23 KB
Nombre d'Installations 665
Version Actuelle 1.0
Dernière Mise à Jour 2015-11-21
Date de Publication 2015-11-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur Joseph
Type de Paiement free
Site Web de l'Extension https://github.com/josephspurrier/ninja-file-collector
Langues Prises en Charge 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
}