Doc Finder for Chrome

Find static resources on a target website.

Qu'est-ce que Doc Finder for Chrome ?

Doc Finder for Chrome est une extension Chrome développée par biewenle, et sa fonction principale est "Find static resources on a target website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Doc Finder for Chrome

Téléchargez les fichiers d'extension Doc Finder for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Doc Finder for Chrome Doc Finder for Chrome
ID kkcooalepcjbblibfpchinkdcbnfghoc
URL Officiel https://chrome.google.com/webstore/detail/doc-finder-for-chrome/kkcooalepcjbblibfpchinkdcbnfghoc
Description Find static resources on a target website.
Taille du Fichier 2.98 MB
Nombre d'Installations 25
Version Actuelle 0.2.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur biewenle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}