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 SmartekWorks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web page source capture tool for SWAT, supporting pages with frames and realtime HTML rendering."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SWAT Page Capture Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}