Dump Dom

One click to dump Dom!

Qu'est-ce que Dump Dom ?

Dump Dom est une extension Chrome développée par fjh1997, et sa fonction principale est "One click to dump Dom!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dump Dom

Téléchargez les fichiers d'extension Dump Dom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dump Dom Dump Dom
ID nipefhlejmpdmpmemlhjcoakmomemkkd
URL Officiel https://chromewebstore.google.com/detail/dump-dom/nipefhlejmpdmpmemlhjcoakmomemkkd
Description One click to dump Dom!
Taille du Fichier 9.88 KB
Nombre d'Installations 308
Version Actuelle 1.0
Dernière Mise à Jour 2021-05-28
Date de Publication 2021-05-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur fjh1997
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/fjh1997/DumpDom
Langues Prises en Charge 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"
    }
}