Doc Finder for Chrome
Find static resources on a target website.
Doc Finder for Chrome là gì?
Doc Finder for Chrome là một tiện ích mở rộng Chrome được phát triển bởi biewenle, và tính năng chính của nó là "Find static resources on a target website.".
Ả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 Doc Finder for Chrome
Tải xuống các tệp mở rộng Doc Finder for Chrome 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
Docfinder checks the fresh-ness hot-linked files on any website. Hot-files refer to files which can be download by clicking on a HTML anchor tag. The results can be downloaded as a csv file containing: 1) Filename 2) Link to file 3) HTTP Status, 200, 404 etc. 4) Last Modified 5) Content-Type 6) Server For example, Information Supported file types: - pdf - doc - docx - xls - xlsx - ppt - pptx - txt Changelog: - Added Status Underneath Progress Bar.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kkcooalepcjbblibfpchinkdcbnfghoc |
URL Chính Thức | https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc |
Mô tả | Find static resources on a target website. |
Kích Thước Tệp | 2.98 MB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | biewenle |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doc Finder for Chrome", "description": "Find static resources on a target website.", "version": "0.2.0", "browser_action": { "default_icon": "logo-16.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |