SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
SWAT Page Capture Tool란 무엇입니까?
SWAT Page Capture Tool은(는) SmartekWorks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering."입니다.
확장 프로그램 스크린샷
SWAT Page Capture Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SWAT Page Capture is a tool to capture the HTMLs which is used for adding/updating page knowledge in SWATHub. Compared with Save As HTML function of web browser, Page Capture Tool can handle frame structured web application and support real-time rendered HTML DOM content.
확장 프로그램 기본 정보
이름 | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
공식 URL | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
설명 | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
파일 크기 | 54.53 KB |
설치 횟수 | 42 |
현재 버전 | 0.7.1 |
최근 업데이트 | 2020-04-29 |
출시 날짜 | 2020-04-27 |
개발자 | SmartekWorks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://swathub.com |
도움말 페이지 URL | http://swathub.com |
개인정보 보호 정책 페이지 URL | http://swathub.com/docs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SWAT Page Capture Tool", "version": "0.7.1", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "description": "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.", "browser_action": { "default_icon": { "16": "images\/icon19.png", "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "contextMenus", "downloads", "activeTab" ] } |