Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
O que é Ninja File Collector?
Ninja File Collector é uma extensão do Chrome desenvolvida por Joseph, e sua principal característica é "Shows a list of all the files the webpage uses through the Developer tools.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ninja File Collector
Baixe arquivos de extensão Ninja File Collector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Informações Básicas da Extensão
Nome | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
URL Oficial | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Descrição | Shows a list of all the files the webpage uses through the Developer tools. |
Tamanho do Arquivo | 13.23 KB |
Contagem de Instalações | 665 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-21 |
Data de Publicação | 2015-11-21 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Joseph |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/josephspurrier/ninja-file-collector |
Idiomas Suportados | 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 } |