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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 SWAT Page Capture Tool
ID afipaojpjmlbclndicfpiaaancandbcm
官方網址 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"
    ]
}