Doc Finder for Chrome
Find static resources on a target website.
什么是Doc Finder for Chrome?
Doc Finder for Chrome是由biewenle开发的Chrome扩展程序,该扩展的主要功能是“Find static resources on a target website.”。
扩展截图
下载Doc Finder for Chrome扩展crx文件
下载Doc Finder for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kkcooalepcjbblibfpchinkdcbnfghoc |
官方URL | https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc |
简介 | Find static resources on a target website. |
文件大小 | 2.98 MB |
安装次数 | 25 |
当前版本 | 0.2.0 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 5.00/5 共2次评分 |
开发者 | biewenle |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |