SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Cos'è SWAT Page Capture Tool?
SWAT Page Capture Tool è un'estensione di Chrome sviluppata da SmartekWorks, e la sua funzione principale è "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SWAT Page Capture Tool
Scarica i file di estensione SWAT Page Capture Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
URL Ufficiale | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
Descrizione | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
Dimensione del File | 54.53 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.7.1 |
Ultimo Aggiornamento | 2020-04-29 |
Data di Pubblicazione | 2020-04-27 |
Sviluppatore | SmartekWorks |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://swathub.com |
URL della Pagina di Aiuto | http://swathub.com |
URL della Pagina della Politica sulla Privacy | http://swathub.com/docs |
Lingue Supportate | 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" ] } |