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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
    ]
}