DOM Capture

Capture's Dom Elements

Was ist DOM Capture?

DOM Capture ist eine Chrome-Erweiterung, die von Matthias Eichner entwickelt wurde, und ihr Hauptmerkmal ist "Capture's Dom Elements".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DOM Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie DOM Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
Offizielle URL https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Beschreibung Capture's Dom Elements
Dateigröße 159 KB
Installationsanzahl 221
Aktuelle Version 1.0.1
Letztes Update 2021-01-04
Veröffentlichungsdatum 2021-01-04
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Matthias Eichner
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Mewel/DOMCapture
Unterstützte Sprachen 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
    }
}