CSS Layout Helper
View layouts with varying degrees of depth for parent child relationship
ما هو CSS Layout Helper؟
CSS Layout Helper هو إضافة Chrome تم تطويرها بواسطة mabel16113، والميزة الرئيسية لها هي "View layouts with varying degrees of depth for parent child relationship".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS Layout Helper
قم بتنزيل ملفات الامتداد CSS Layout Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Toggle CSS to easily view a pages layout including margin, padding and parent > child relationships
معلومات أساسية عن التمديد
الاسم | CSS Layout Helper |
ID | dflgflfoojahngkbkjejopjpaljjncmj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-layout-helper/dflgflfoojahngkbkjejopjpaljjncmj |
الوصف | View layouts with varying degrees of depth for parent child relationship |
حجم الملف | 5.12 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-09-10 |
تاريخ النشر | 2019-09-08 |
المطور | mabel16113 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Layout Helper", "version": "1.0", "description": "View layouts with varying degrees of depth for parent child relationship", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png" }, "manifest_version": 2 } |