SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Wat is SWAT Page Capture Tool?
SWAT Page Capture Tool is een Chrome-extensie ontwikkeld door SmartekWorks, en de belangrijkste functie is "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".
Extensie Screenshots
Download het CRX-bestand van de extensie SWAT Page Capture Tool
Download SWAT Page Capture Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
Officiële URL | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
Beschrijving | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
Bestandsgrootte | 54.53 KB |
Aantal Installaties | 42 |
Huidige Versie | 0.7.1 |
Laatst Bijgewerkt | 2020-04-29 |
Publicatiedatum | 2020-04-27 |
Ontwikkelaar | SmartekWorks |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://swathub.com |
Help Pagina-URL | http://swathub.com |
URL van de Privacybeleid Pagina | http://swathub.com/docs |
Ondersteunde Talen | 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" ] } |