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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 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 |
이메일 | [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" } } |