Foca Files Finder

Scan the site and analyze the files with Foca!

ما هو Foca Files Finder؟

Foca Files Finder هو إضافة Chrome تم تطويرها بواسطة Telefonica Tech، والميزة الرئيسية لها هي "Scan the site and analyze the files with Foca!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Foca Files Finder

قم بتنزيل ملفات الامتداد Foca Files Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        # Foca Files Finder

Foca Files Finder uses Bing to search for documents hosted in a domain.

This extension is quite simple:

* Push a browser button to scan a site.
* The plugin will show all documents hosted in a domain, thanks to Bing technology.
* Export, if you want to, results to a file and use them in FOCA.
* Use a setting window to customize your searchs.

Future versions will send report to FOCA automatically.                    

معلومات أساسية عن التمديد

الاسم Foca Files Finder Foca Files Finder
ID mhobefinhafbleanihidiifaedcceoij
عنوان URL الرسمي https://chromewebstore.google.com/detail/foca-files-finder/mhobefinhafbleanihidiifaedcceoij
الوصف Scan the site and analyze the files with Foca!
حجم الملف 464 KB
عدد التثبيتات 1,319
النسخة الحالية 1.0
آخر تحديث 2018-12-22
تاريخ النشر 2018-12-18
تقييم 5.00/5 مجموع تقييمات 2
المطور Telefonica Tech
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Foca Files Finder",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup\/autoscan.js"
        ]
    },
    "description": "Scan the site and analyze the files with Foca!",
    "icons": {
        "48": "icons\/foca.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/focafiles.js",
                "popup\/jquery-1.12.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "popup\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/foca.png"
        },
        "default_title": "Foca Files Finder",
        "default_popup": "popup\/focafiles.html"
    }
}