Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Cos'è Ninja File Collector?
Ninja File Collector è un'estensione di Chrome sviluppata da Joseph, e la sua funzione principale è "Shows a list of all the files the webpage uses through the Developer tools.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ninja File Collector
Scarica i file di estensione Ninja File Collector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools. Informazioni di Base sull'Estensione
| Nome | |
| ID | mifinndldjidbdidlapemefmlnknkcmo |
| URL Ufficiale | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
| Descrizione | Shows a list of all the files the webpage uses through the Developer tools. |
| Dimensione del File | 13.23 KB |
| Conteggio Installazioni | 665 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-11-21 |
| Data di Pubblicazione | 2015-11-21 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Joseph |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/josephspurrier/ninja-file-collector |
| Lingue Supportate | 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
} | |