Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
ما هو Extension showDomTree؟
Extension showDomTree هو إضافة Chrome تم تطويرها بواسطة pons.olivier، والميزة الرئيسية لها هي "draw / print the tree of the current dom ; I juste use it for teaching".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Extension showDomTree
قم بتنزيل ملفات الامتداد Extension showDomTree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just draw or print the Dom tree using a js version of graphviz tools.
This is for teaching purpose. This does not scales (because graphviz does not allows large graph/tree) معلومات أساسية عن التمديد
| الاسم | |
| ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh |
| الوصف | draw / print the tree of the current dom ; I juste use it for teaching |
| حجم الملف | 751 KB |
| عدد التثبيتات | 20 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2019-06-01 |
| تاريخ النشر | 2019-06-01 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | pons.olivier |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Extension showDomTree",
"description": "draw \/ print the tree of the current dom ; I juste use it for teaching",
"version": "1.1",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Show DOM tree",
"default_popup": "index.html"
},
"icons": {
"48": "icons\/tree.png",
"128": "icons\/tree128.png"
}
} | |