Site DOM Tree
Quickly analyze a website's DOM tree
ما هو Site DOM Tree؟
Site DOM Tree هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Quickly analyze a website's DOM tree".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site DOM Tree
قم بتنزيل ملفات الامتداد Site DOM Tree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly preview any website's DOM tree in a chart using Highcharts.js. Also displays the number of node elements and the depth of every element.
معلومات أساسية عن التمديد
الاسم | Site DOM Tree |
ID | heflndjaabdpflafhdboiijhahgmffch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch |
الوصف | Quickly analyze a website's DOM tree |
حجم الملف | 88.35 KB |
عدد التثبيتات | 365 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-04-13 |
تاريخ النشر | 2018-04-13 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site DOM Tree", "version": "1.0", "description": "Quickly analyze a website's DOM tree", "author": "Gregory Dalton", "icons": { "128": "logo_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo_32.png" } } |