Doc Finder for Chrome
Find static resources on a target website.
Τι είναι το Doc Finder for Chrome;
Το Doc Finder for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον biewenle, και η κύρια λειτουργία του είναι "Find static resources on a target website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Doc Finder for Chrome
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } |