Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Vad är Ninja File Collector?
Ninja File Collector är en Chrome-tillägg utvecklad av Joseph, och dess huvudfunktion är "Shows a list of all the files the webpage uses through the Developer tools.".
Tilläggsskärmbilder
Ladda ner Ninja File Collector-förlängningens CRX-fil
Ladda ner Ninja File Collector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Grundläggande Information om Tillägg
Namn | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
Officiell webbadress | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Beskrivning | Shows a list of all the files the webpage uses through the Developer tools. |
Filstorlek | 13.23 KB |
Antal Installationer | 665 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-21 |
Publiceringsdatum | 2015-11-21 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Joseph |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/josephspurrier/ninja-file-collector |
Stödda Språk | 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 } |