SWAT Page Capture Tool

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

O que é SWAT Page Capture Tool?

SWAT Page Capture Tool é uma extensão do Chrome desenvolvida por SmartekWorks, e sua principal característica é "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SWAT Page Capture Tool

Baixe arquivos de extensão SWAT Page Capture Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SWAT Page Capture Tool SWAT Page Capture Tool
ID afipaojpjmlbclndicfpiaaancandbcm
URL Oficial https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm
Descrição Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Tamanho do Arquivo 54.53 KB
Contagem de Instalações 42
Versão Atual 0.7.1
Última Atualização 2020-04-29
Data de Publicação 2020-04-27
Desenvolvedor SmartekWorks
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://swathub.com
URL da Página de Ajuda http://swathub.com
URL da Página de Política de Privacidade http://swathub.com/docs
Idiomas Suportados 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"
    ]
}