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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # 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"
    }
}