Dump Dom
One click to dump Dom!
什麼是Dump Dom?
Dump Dom是由fjh1997開發的Chrome擴展程式,該擴展的主要功能是“One click to dump Dom!”。
擴展截圖
下載Dump Dom擴展crx文件
下載Dump Dom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Dump Dom |
ID | nipefhlejmpdmpmemlhjcoakmomemkkd |
官方網址 | https://chromewebstore.google.com/detail/dump-dom/nipefhlejmpdmpmemlhjcoakmomemkkd |
簡介 | One click to dump Dom! |
檔案大小 | 9.88 KB |
安裝次數 | 308 |
目前版本 | 1.0 |
更新時間 | 2021-05-28 |
上架時間 | 2021-05-27 |
評分 | 5.00/5 共 3 次評分 |
開發者 | fjh1997 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/fjh1997/DumpDom |
支援的語言 | 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" } } |