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文件
下载SWAT Page Capture Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |