Foca Files Finder

Scan the site and analyze the files with Foca!

Foca Files Finder là gì?

Foca Files Finder là một tiện ích mở rộng Chrome được phát triển bởi Telefonica Tech, và tính năng chính của nó là "Scan the site and analyze the files with Foca!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Foca Files Finder

Tải xuống các tệp mở rộng Foca Files Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Foca Files Finder Foca Files Finder
ID mhobefinhafbleanihidiifaedcceoij
URL Chính Thức https://chromewebstore.google.com/detail/foca-files-finder/mhobefinhafbleanihidiifaedcceoij
Mô tả Scan the site and analyze the files with Foca!
Kích Thước Tệp 464 KB
Số Lần Cài Đặt 1,319
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-12-22
Ngày Phát Hành 2018-12-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Telefonica Tech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}