Download Serialized DOM
Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Cos'è Download Serialized DOM?
Download Serialized DOM è un'estensione di Chrome sviluppata da srguiwiz12, e la sua funzione principale è "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Download Serialized DOM
Scarica i file di estensione Download Serialized DOM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Informazioni di Base sull'Estensione
Nome | Download Serialized DOM |
ID | bphpkjcfblopmmmmpfmgglibakngcbfc |
URL Ufficiale | https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc |
Descrizione | Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript. |
Dimensione del File | 19.74 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 5.0.0 |
Ultimo Aggiornamento | 2019-11-03 |
Data di Pubblicazione | 2019-11-03 |
Sviluppatore | srguiwiz12 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/srguiwiz/download-dom-crx |
URL della Pagina di Aiuto | https://github.com/srguiwiz/download-dom-crx/issues |
Lingue Supportate | 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" } |