Ninja File Collector

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

Τι είναι το Ninja File Collector;

Το Ninja File Collector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joseph, και η κύρια λειτουργία του είναι "Shows a list of all the files the webpage uses through the Developer tools.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ninja File Collector

Λήψη αρχείων επέκτασης Ninja File Collector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Ninja File Collector Ninja File Collector
ID mifinndldjidbdidlapemefmlnknkcmo
Επίσημο URL https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo
Περιγραφή Shows a list of all the files the webpage uses through the Developer tools.
Μέγεθος Αρχείου 13.23 KB
Αριθμός Εγκαταστάσεων 665
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-11-21
Ημερομηνία Δημοσίευσης 2015-11-21
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Joseph
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/josephspurrier/ninja-file-collector
Υποστηριζόμενες Γλώσσες 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
}