SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
SWAT Page Capture Tool là gì?
SWAT Page Capture Tool là một tiện ích mở rộng Chrome được phát triển bởi SmartekWorks, và tính năng chính của nó là "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SWAT Page Capture Tool
Tải xuống các tệp mở rộng SWAT Page Capture Tool 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
URL Chính Thức | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
Mô tả | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
Kích Thước Tệp | 54.53 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.7.1 |
Cập Nhật Lần Cuối | 2020-04-29 |
Ngày Phát Hành | 2020-04-27 |
Nhà Phát Triển | SmartekWorks |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://swathub.com |
URL Trang Trợ Giúp | http://swathub.com |
URL Trang Chính Sách Bảo Mật | http://swathub.com/docs |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |