DOM Capture
Capture's Dom Elements
Hvad er DOM Capture?
DOM Capture er en Chrome-udvidelse udviklet af Matthias Eichner, og dens hovedfunktion er "Capture's Dom Elements".
Udvidelsesskærmbilleder
Download DOM Capture-udvidelses-CRX-fil
Download DOM Capture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | DOM Capture |
ID | ifldimnhajpgognpcoomiokinilgjgbl |
Officiel URL | https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl |
Beskrivelse | Capture's Dom Elements |
Filstørrelse | 159 KB |
Antal Installationer | 221 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-01-04 |
Udgivelsesdato | 2021-01-04 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | Matthias Eichner |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Mewel/DOMCapture |
Understøttede Sprog | 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", " |