Doc Finder for Chrome

Find static resources on a target website.

Co je Doc Finder for Chrome?

Doc Finder for Chrome je rozšíření Chrome vyvinuté biewenle, a jeho hlavní funkcí je „Find static resources on a target website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Doc Finder for Chrome

Stáhněte si soubory rozšíření Doc Finder for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Doc Finder for Chrome Doc Finder for Chrome
ID kkcooalepcjbblibfpchinkdcbnfghoc
Oficiální URL https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc
Popis Find static resources on a target website.
Velikost souboru 2.98 MB
Počet instalací 25
Aktuální Verze 0.2.0
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář biewenle
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}