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
官方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"
    }
}