Doc Finder for Chrome

Find static resources on a target website.

Apa itu Doc Finder for Chrome?

Doc Finder for Chrome adalah ekstensi Chrome yang dikembangkan oleh biewenle, dan fitur utamanya adalah "Find static resources on a target website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Doc Finder for Chrome

Unduh file ekstensi Doc Finder for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Doc Finder for Chrome Doc Finder for Chrome
ID kkcooalepcjbblibfpchinkdcbnfghoc
URL Resmi https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc
Deskripsi Find static resources on a target website.
Ukuran File 2.98 MB
Jumlah Instalasi 25
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang biewenle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}