Ninja File Collector

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

Co to jest Ninja File Collector?

Ninja File Collector to rozszerzenie Chrome opracowane przez Joseph, a jego główną funkcją jest „Shows a list of all the files the webpage uses through the Developer tools.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ninja File Collector

Pobierz pliki rozszerzeń Ninja File Collector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Ninja File Collector Ninja File Collector
ID mifinndldjidbdidlapemefmlnknkcmo
Oficjalny URL https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo
Opis Shows a list of all the files the webpage uses through the Developer tools.
Rozmiar pliku 13.23 KB
Liczba instalacji 665
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-21
Data Publikacji 2015-11-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Joseph
Typ Płatności free
Strona Rozszerzenia https://github.com/josephspurrier/ninja-file-collector
Obsługiwane Języki 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
}