CSSSteal
Given DOM element returns styles applied to it and all its children.
ما هو CSSSteal؟
CSSSteal هو إضافة Chrome تم تطويرها بواسطة Krasimir Tsonev، والميزة الرئيسية لها هي "Given DOM element returns styles applied to it and all its children.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSSSteal
قم بتنزيل ملفات الامتداد CSSSteal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.
معلومات أساسية عن التمديد
الاسم | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh |
الوصف | Given DOM element returns styles applied to it and all its children. |
حجم الملف | 557 KB |
عدد التثبيتات | 4,448 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-10-08 |
تاريخ النشر | 2015-10-08 |
تقييم | 2.26/5 مجموع تقييمات 46 |
المطور | Krasimir Tsonev |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSSteal", "description": "Given DOM element returns styles applied to it and all its children.", "version": "1.0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "devtools_page": "devtools.html" } |