DOM editor
This extension allows you to cut/copy/paste DOM elements. Changes are not permanent
DOM editor là gì?
DOM editor là một tiện ích mở rộng Chrome được phát triển bởi pabloav, và tính năng chính của nó là "This extension allows you to cut/copy/paste DOM elements. Changes are not permanent".
Tải xuống tệp CRX của tiện ích mở rộng DOM editor
Tải xuống các tệp mở rộng DOM editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Allows you to cut/copy/paste DOM elements click on the icon then click on the element while holding ctrl+c/v/x.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | glijjkchlbfaflabolihcnlenpbkgiil |
URL Chính Thức | https://chrome.google.com/webstore/detail/dom-editor/glijjkchlbfaflabolihcnlenpbkgiil |
Mô tả | This extension allows you to cut/copy/paste DOM elements. Changes are not permanent |
Kích Thước Tệp | 37.99 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2015-12-15 |
Ngày Phát Hành | 2015-12-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | pabloav |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM editor", "description": "This extension allows you to cut\/copy\/paste DOM elements. Changes are not permanent", "version": "0.1.3", "browser_action": { "default_icon": "icon2.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "devtoolsCB_.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js", "yup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "domeditor.css" ] } ] } |