DOM Capture

Capture's Dom Elements

Co je DOM Capture?

DOM Capture je rozšíření Chrome vyvinuté Matthias Eichner, a jeho hlavní funkcí je „Capture's Dom Elements“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DOM Capture

Stáhněte si soubory rozšíření DOM Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
Oficiální URL https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Popis Capture's Dom Elements
Velikost souboru 159 KB
Počet instalací 221
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-01-04
Datum Vydání 2021-01-04
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Matthias Eichner
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Mewel/DOMCapture
Podporované Jazyky 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
    }
}