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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Doc Finder for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Doc Finder for Chrome Doc Finder for Chrome
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"
    ]
}