Dump Dom

One click to dump Dom!

Wat is Dump Dom?

Dump Dom is een Chrome-extensie ontwikkeld door fjh1997, en de belangrijkste functie is "One click to dump Dom!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dump Dom

Download Dump Dom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        One click to dump Dom tree in html format !It is convenient to save your progress when modifying  on  Devtools Elements tab.
Inspired from this :https://stackoverflow.com/a/66978187/10096812                    

Basisinformatie over de Extensie

Naam Dump Dom Dump Dom
ID nipefhlejmpdmpmemlhjcoakmomemkkd
Officiële URL https://chromewebstore.google.com/detail/dump-dom/nipefhlejmpdmpmemlhjcoakmomemkkd
Beschrijving One click to dump Dom!
Bestandsgrootte 9.88 KB
Aantal Installaties 308
Huidige Versie 1.0
Laatst Bijgewerkt 2021-05-28
Publicatiedatum 2021-05-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar fjh1997
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fjh1997/DumpDom
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dump Dom",
    "description": "One click to dump Dom!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}