Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
Ninja File Collector là gì?
Ninja File Collector là một tiện ích mở rộng Chrome được phát triển bởi Joseph, và tính năng chính của nó là "Shows a list of all the files the webpage uses through the Developer tools.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ninja File Collector
Tải xuống các tệp mở rộng Ninja File Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
URL Chính Thức | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Mô tả | Shows a list of all the files the webpage uses through the Developer tools. |
Kích Thước Tệp | 13.23 KB |
Số Lần Cài Đặt | 665 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-11-21 |
Ngày Phát Hành | 2015-11-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Joseph |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/josephspurrier/ninja-file-collector |
Ngôn Ngữ Được Hỗ Trợ | 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 } |