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 拡張機能の基本情報
| 名前 | |
| ID | nipefhlejmpdmpmemlhjcoakmomemkkd |
| 公式URL | 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 |
| Eメール | [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"
}
} | |