simple-debug.css
Debug your layouts with one line of CSS and a single click.
ما هو simple-debug.css؟
simple-debug.css هو إضافة Chrome تم تطويرها بواسطة https://chrisnager.com، والميزة الرئيسية لها هي "Debug your layouts with one line of CSS and a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة simple-debug.css
قم بتنزيل ملفات الامتداد simple-debug.css بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.
معلومات أساسية عن التمديد
الاسم | simple-debug.css |
ID | jlkgkebpphmaiemciejnmgccejccnpha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
الوصف | Debug your layouts with one line of CSS and a single click. |
حجم الملف | 9.15 KB |
عدد التثبيتات | 1,946 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-23 |
تاريخ النشر | 2015-01-23 |
تقييم | 4.71/5 مجموع تقييمات 14 |
المطور | https://chrisnager.com |
نوع الدفع | free |
موقع الإضافة | https://github.com/chrisnager/simple-debug.css |
عنوان صفحة المساعدة | https://github.com/chrisnager/simple-debug.css |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple-debug.css", "description": "Debug your layouts with one line of CSS and a single click.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "simple-debug.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle simple-debug.css", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" } } |