Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Hvad er Ninja File Collector?
Ninja File Collector er en Chrome-udvidelse udviklet af Joseph, og dens hovedfunktion er "Shows a list of all the files the webpage uses through the Developer tools.".
Udvidelsesskærmbilleder
Download Ninja File Collector-udvidelses-CRX-fil
Download Ninja File Collector-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
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
Officiel URL | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Beskrivelse | Shows a list of all the files the webpage uses through the Developer tools. |
Filstørrelse | 13.23 KB |
Antal Installationer | 665 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-11-21 |
Udgivelsesdato | 2015-11-21 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Joseph |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/josephspurrier/ninja-file-collector |
Understøttede Sprog | 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 } |