DOM Capture

Capture's Dom Elements

DOM Capture क्या है?

DOM Capture Matthias Eichner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture's Dom Elements"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में DOM Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows you to take a screenshot of the whole webpage or just of the part(s) you require.

✔️ Take screenshots with one click
✔️ Copy to clipboard or store to png file
✔️ No server request required! Everything happens locally in your browser!
✔️ Free and Open Source

DOM Capture is not just another screenshot tool. Its technical approach is unique and lets you merge different parts of a website into a single image. All with one click!
Be aware that you will need some knowledge of HTML and the Google Developer Console if you want to use this particular feature!                    

एक्सटेंशन की मूल जानकारी

नाम DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
आधिकारिक URL https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
विवरण Capture's Dom Elements
फ़ाइल का आकार 159 KB
स्थापना संख्या 221
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-04
प्रकाशन तिथि 2021-01-04
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Matthias Eichner
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Mewel/DOMCapture
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DOM Capture",
    "description": "Capture's Dom Elements",
    "version": "1.0.1",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}