Doc Finder for Chrome
Find static resources on a target website.
What is Doc Finder for Chrome?
Doc Finder for Chrome is a Chrome extension developed by biewenle, and its main feature is "Find static resources on a target website.".
Extension Screenshots
Download Doc Finder for Chrome Extension CRX File
Download Doc Finder for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kkcooalepcjbblibfpchinkdcbnfghoc |
Official URL | https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc |
Description | Find static resources on a target website. |
File Size | 2.98 MB |
Installation Count | 25 |
Current Version | 0.2.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | biewenle |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |