Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Wat is Ninja File Collector?
Ninja File Collector is een Chrome-extensie ontwikkeld door Joseph, en de belangrijkste functie is "Shows a list of all the files the webpage uses through the Developer tools.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ninja File Collector
Download Ninja File Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Basisinformatie over de Extensie
Naam | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
Officiële URL | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Beschrijving | Shows a list of all the files the webpage uses through the Developer tools. |
Bestandsgrootte | 13.23 KB |
Aantal Installaties | 665 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-21 |
Publicatiedatum | 2015-11-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Joseph |
Betalingswijze | free |
Extensiewebsite | https://github.com/josephspurrier/ninja-file-collector |
Ondersteunde Talen | 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 } |