Dump Dom
One click to dump Dom!
What is Dump Dom?
Dump Dom is a Chrome extension developed by fjh1997, and its main feature is "One click to dump Dom!".
Extension Screenshots
Download Dump Dom Extension CRX File
Download Dump Dom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Dump Dom |
ID | nipefhlejmpdmpmemlhjcoakmomemkkd |
Official URL | https://chromewebstore.google.com/detail/dump-dom/nipefhlejmpdmpmemlhjcoakmomemkkd |
Description | One click to dump Dom! |
File Size | 9.88 KB |
Installation Count | 308 |
Current Version | 1.0 |
Last Updated | 2021-05-28 |
Publish Date | 2021-05-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | fjh1997 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fjh1997/DumpDom |
Supported Languages | 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" } } |