Restyler
A devtool extension for easy restyling of any webpage
ما هو Restyler؟
Restyler هو إضافة Chrome تم تطويرها بواسطة asimen1، والميزة الرئيسية لها هي "A devtool extension for easy restyling of any webpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Restyler
قم بتنزيل ملفات الامتداد Restyler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Restyler lets you change the appearance of any webpage with an easy to use interface. Ongoing changes in the page are automatically observed so new styling is always taken into account. Perfect for testing out design changes or rebranding on an existing page! ★ Modify any CSS attribute value such as font, color, margins, etc... ★ Apply styling rule to all elements in the page or to a specific set (using selectors). ★ Edit any text content in the page. ★ Share your styling rules as a config or export to CSS.
معلومات أساسية عن التمديد
الاسم | Restyler |
ID | ofkkcnbmhaodoaehikkibjanliaeffel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/restyler/ofkkcnbmhaodoaehikkibjanliaeffel |
الوصف | A devtool extension for easy restyling of any webpage |
حجم الملف | 1.13 MB |
عدد التثبيتات | 522 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2019-06-24 |
تاريخ النشر | 2019-06-24 |
تقييم | 4.79/5 مجموع تقييمات 14 |
المطور | asimen1 |
نوع الدفع | free |
موقع الإضافة | https://github.com/asimen1/restyler |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restyler", "description": "A devtool extension for easy restyling of any webpage", "version": "1.2.1", "minimum_chrome_version": "30.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "devtools_page": "html\/devtool\/devtoolLoader.html", "background": { "scripts": [ "js\/background\/background.min.js" ] }, "content_scripts": [ { "matches": [ " |