DOM editor
This extension allows you to cut/copy/paste DOM elements. Changes are not permanent
ما هو DOM editor؟
DOM editor هو إضافة Chrome تم تطويرها بواسطة pabloav، والميزة الرئيسية لها هي "This extension allows you to cut/copy/paste DOM elements. Changes are not permanent".
تحميل ملف CRX للإضافة DOM editor
قم بتنزيل ملفات الامتداد DOM editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to cut/copy/paste DOM elements click on the icon then click on the element while holding ctrl+c/v/x.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | glijjkchlbfaflabolihcnlenpbkgiil |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dom-editor/glijjkchlbfaflabolihcnlenpbkgiil |
الوصف | This extension allows you to cut/copy/paste DOM elements. Changes are not permanent |
حجم الملف | 37.99 KB |
عدد التثبيتات | 65 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2015-12-15 |
تاريخ النشر | 2015-12-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | pabloav |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |