DOM Capture

Capture's Dom Elements

Cos'è DOM Capture?

DOM Capture è un'estensione di Chrome sviluppata da Matthias Eichner, e la sua funzione principale è "Capture's Dom Elements".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DOM Capture

Scarica i file di estensione DOM Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
URL Ufficiale https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Descrizione Capture's Dom Elements
Dimensione del File 159 KB
Conteggio Installazioni 221
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-01-04
Data di Pubblicazione 2021-01-04
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Matthias Eichner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Mewel/DOMCapture
Lingue Supportate 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
    }
}