Download Serialized DOM
Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Qu'est-ce que Download Serialized DOM ?
Download Serialized DOM est une extension Chrome développée par srguiwiz12, et sa fonction principale est "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Serialized DOM
Téléchargez les fichiers d'extension Download Serialized 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
Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Informations de Base sur l'Extension
Nom | Download Serialized DOM |
ID | bphpkjcfblopmmmmpfmgglibakngcbfc |
URL Officiel | https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc |
Description | Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript. |
Taille du Fichier | 19.74 KB |
Nombre d'Installations | 55 |
Version Actuelle | 5.0.0 |
Dernière Mise à Jour | 2019-11-03 |
Date de Publication | 2019-11-03 |
Développeur | srguiwiz12 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/srguiwiz/download-dom-crx |
URL de la Page d'Aide | https://github.com/srguiwiz/download-dom-crx/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Serialized DOM", "description": "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.", "version": "5.0.0", "homepage_url": "https:\/\/github.com\/srguiwiz\/download-dom-crx", "icons": { "48": "downloadserializeddom48.png", "96": "downloadserializeddom96.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "main.js" ] }, "page_action": { "default_icon": "downloadserializeddom48.png", "default_title": "Download Serialized DOM", "chrome_style": true }, "permissions": [ "storage", "activeTab", "tabs", "downloads" ], "minimum_chrome_version": "49.0" } |