Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
ما هو Differen-CSS؟
Differen-CSS هو إضافة Chrome تم تطويرها بواسطة ptdimitry، والميزة الرئيسية لها هي "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Differen-CSS
قم بتنزيل ملفات الامتداد Differen-CSS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a tool for Web Developers that keeps track of all the CSS modifications made in the current page - inline, embedded and linked. The changes are saved in a separate panel (in developer tools) and could be downloaded for updating reference. Please note that the extension is still in very alpha stage, and not intended for a lot of CSS changes P.S. link to github to follow :)
معلومات أساسية عن التمديد
الاسم | |
ID | mhdldhbhcebniefiggncejedoicijole |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
الوصف | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
حجم الملف | 25.1 KB |
عدد التثبيتات | 96 |
النسخة الحالية | 0.11 |
آخر تحديث | 2016-10-26 |
تاريخ النشر | 2016-10-26 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | ptdimitry |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Differen-CSS", "version": "0.11", "description": "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page", "devtools_page": "main-differen-css.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "inpage-differen-css.js" ], "manifest_version": 2 } |