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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |