SWAT Page Capture Tool

Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.

What is SWAT Page Capture Tool?

SWAT Page Capture Tool is a Chrome extension developed by SmartekWorks, and its main feature is "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SWAT Page Capture Tool Extension CRX File

Download SWAT Page Capture Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SWAT Page Capture Tool SWAT Page Capture Tool
ID afipaojpjmlbclndicfpiaaancandbcm
Official URL https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm
Description Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
File Size 54.53 KB
Installation Count 42
Current Version 0.7.1
Last Updated 2020-04-29
Publish Date 2020-04-27
Developer SmartekWorks
Email [email protected]
Payment Type free
Extension Website http://swathub.com
Help Page URL http://swathub.com
Privacy Policy Page URL http://swathub.com/docs
Supported Languages 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"
    ]
}