SWAT Page Capture Tool
Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering.
SWAT Page Capture Toolคืออะไร?
SWAT Page Capture Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartekWorks และคุณลักษณะหลักของมันคือ "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SWAT Page Capture Tool
ดาวน์โหลดไฟล์ส่วนขยาย SWAT Page Capture Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SWAT Page Capture Tool |
ID | afipaojpjmlbclndicfpiaaancandbcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swat-page-capture-tool/afipaojpjmlbclndicfpiaaancandbcm |
คำอธิบาย | Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering. |
ขนาดไฟล์ | 54.53 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.7.1 |
อัปเดตครั้งล่าสุด | 2020-04-29 |
วันที่เผยแพร่ | 2020-04-27 |
ผู้พัฒนา | SmartekWorks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://swathub.com |
URL หน้าช่วยเหลือ | http://swathub.com |
URL หน้านโยบายความเป็นส่วนตัว | http://swathub.com/docs |
ภาษาที่รองรับ | 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" ] } |