Foca Files Finder

Scan the site and analyze the files with Foca!

什麼是Foca Files Finder?

Foca Files Finder是由Telefonica Tech開發的Chrome擴展程式,該擴展的主要功能是“Scan the site and analyze the files with Foca!”。

擴展截圖

screenshot
screenshot

下載Foca Files Finder擴展crx文件

下載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
官方網址 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"
    }
}