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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |