SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
Qu'est-ce que SWAT Page Capture Tool ?
SWAT Page Capture Tool est une extension Chrome développée par SmartekWorks, et sa fonction principale est "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SWAT Page Capture Tool
Téléchargez les fichiers d'extension SWAT Page Capture Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
URL Officiel | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
Description | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
Taille du Fichier | 54.53 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.7.1 |
Dernière Mise à Jour | 2020-04-29 |
Date de Publication | 2020-04-27 |
Développeur | SmartekWorks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://swathub.com |
URL de la Page d'Aide | http://swathub.com |
URL de la Page de Politique de Confidentialité | http://swathub.com/docs |
Langues Prises en Charge | 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" ] } |