Doc Finder for Chrome

Find static resources on a target website.

Cos'è Doc Finder for Chrome?

Doc Finder for Chrome è un'estensione di Chrome sviluppata da biewenle, e la sua funzione principale è "Find static resources on a target website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Doc Finder for Chrome

Scarica i file di estensione Doc Finder for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Doc Finder for Chrome Doc Finder for Chrome
ID kkcooalepcjbblibfpchinkdcbnfghoc
URL Ufficiale https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc
Descrizione Find static resources on a target website.
Dimensione del File 2.98 MB
Conteggio Installazioni 25
Versione Corrente 0.2.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore biewenle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}