SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Was ist SWAT Page Capture Tool?
SWAT Page Capture Tool ist eine Chrome-Erweiterung, die von SmartekWorks entwickelt wurde, und ihr Hauptmerkmal ist "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".
Erweiterungsscreenshots
SWAT Page Capture Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie SWAT Page Capture Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
Offizielle URL | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
Beschreibung | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
Dateigröße | 54.53 KB |
Installationsanzahl | 42 |
Aktuelle Version | 0.7.1 |
Letztes Update | 2020-04-29 |
Veröffentlichungsdatum | 2020-04-27 |
Entwickler | SmartekWorks |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://swathub.com |
Hilfeseite URL | http://swathub.com |
URL der Datenschutzrichtlinien-Seite | http://swathub.com/docs |
Unterstützte Sprachen | 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" ] } |