CSS TRIMMER
Creates a single line Style tag from Chrome's dev tools Styles menu
ما هو CSS TRIMMER؟
CSS TRIMMER هو إضافة Chrome تم تطويرها بواسطة Alon Adler، والميزة الرئيسية لها هي "Creates a single line Style tag from Chrome's dev tools Styles menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSS TRIMMER
قم بتنزيل ملفات الامتداد CSS TRIMMER بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly turns Dev Tools CSS Styles code to an inline style tag. For example, turn: display: block; height: 14em; resize: vertical; To: style='display: block; height: 14em; resize: vertical;' In a single click. How to use: 1- Copy any CSS code block from Chrome's Dev Tools Styles menu to the clipboard (CTRL+C). 2- Press the CSS icon in the extensions menu. 3- That's it, you're done, the inline style tag is auto copied to your clipboard (and also visible in the popup page). 4- You can modify the CSS code and press the 'ReTrim' button to create the style tag again, with your changes.
معلومات أساسية عن التمديد
الاسم | CSS TRIMMER |
ID | hdhbfineemcdppmmlahpohaiinapaejc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/css-trimmer/hdhbfineemcdppmmlahpohaiinapaejc |
الوصف | Creates a single line Style tag from Chrome's dev tools Styles menu |
حجم الملف | 18 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-04-20 |
تاريخ النشر | 2017-04-20 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Alon Adler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS TRIMMER", "short_name": "CSS TRIMMER", "author": "Alon Adler", "description": "Creates a single line Style tag from Chrome's dev tools Styles menu", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "clipboardRead", "clipboardWrite" ] } |