Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Apa itu Ninja File Collector?
Ninja File Collector adalah ekstensi Chrome yang dikembangkan oleh Joseph, dan fitur utamanya adalah "Shows a list of all the files the webpage uses through the Developer tools.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ninja File Collector
Unduh file ekstensi Ninja File Collector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Informasi Dasar Ekstensi
Nama | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
URL Resmi | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Deskripsi | Shows a list of all the files the webpage uses through the Developer tools. |
Ukuran File | 13.23 KB |
Jumlah Instalasi | 665 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-21 |
Tanggal Publikasi | 2015-11-21 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Joseph |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/josephspurrier/ninja-file-collector |
Bahasa yang Didukung | 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 } |