Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Co je Ninja File Collector?
Ninja File Collector je rozšíření Chrome vyvinuté Joseph, a jeho hlavní funkcí je „Shows a list of all the files the webpage uses through the Developer tools.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ninja File Collector
Stáhněte si soubory rozšíření Ninja File Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Základní Informace o Rozšíření
Název | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
Oficiální URL | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Popis | Shows a list of all the files the webpage uses through the Developer tools. |
Velikost souboru | 13.23 KB |
Počet instalací | 665 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-11-21 |
Datum Vydání | 2015-11-21 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Joseph |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/josephspurrier/ninja-file-collector |
Podporované Jazyky | 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 } |