SWAT Page Capture Tool

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

Apa itu SWAT Page Capture Tool?

SWAT Page Capture Tool adalah ekstensi Chrome yang dikembangkan oleh SmartekWorks, dan fitur utamanya adalah "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SWAT Page Capture Tool

Unduh file ekstensi SWAT Page Capture Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SWAT Page Capture Tool SWAT Page Capture Tool
ID afipaojpjmlbclndicfpiaaancandbcm
URL Resmi https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm
Deskripsi Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Ukuran File 54.53 KB
Jumlah Instalasi 42
Versi Saat Ini 0.7.1
Terakhir Diperbarui 2020-04-29
Tanggal Publikasi 2020-04-27
Pengembang SmartekWorks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://swathub.com
URL Halaman Bantuan http://swathub.com
URL Halaman Kebijakan Privasi http://swathub.com/docs
Bahasa yang Didukung 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"
    ]
}