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
公式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
Eメール [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"
    ]
}