Outliner CSS
A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
ما هو Outliner CSS؟
Outliner CSS هو إضافة Chrome تم تطويرها بواسطة tarah، والميزة الرئيسية لها هي "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Outliner CSS
قم بتنزيل ملفات الامتداد Outliner CSS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.
معلومات أساسية عن التمديد
الاسم | Outliner CSS |
ID | epodomlablfiehjgajhlhbdhidlkokaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj |
الوصف | A totally awesome structure and layout debugger that inserts CSS outlines to all elements. |
حجم الملف | 13.01 KB |
عدد التثبيتات | 9,566 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-10-10 |
تاريخ النشر | 2017-10-10 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | tarah |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outliner CSS", "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.", "version": "1.0.1", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Outliner CSS", "default_icon": "icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2 } |