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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SWAT Page Capture Tool

قم بتنزيل ملفات الامتداد SWAT Page Capture Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة http://swathub.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}