Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
ما هو Website Color Changer؟
Website Color Changer هو إضافة Chrome تم تطويرها بواسطة CodeUnit، والميزة الرئيسية لها هي "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Website Color Changer
قم بتنزيل ملفات الامتداد Website Color Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Handy open source extension that helps you to adjust website colors. == Features == ✓ List text and background colors available on inspected website ✓ Use webpage elements highlighting to find specific color ✓ Realtime color changing using color picker ✓ Export all changes to json == Contribute == https://github.com/CodeUnitPl/Website-Color-Changer
معلومات أساسية عن التمديد
الاسم | |
ID | oenehcifpefblopdehjemeheenoamaed |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
الوصف | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
حجم الملف | 455 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-04-25 |
تاريخ النشر | 2016-04-25 |
تقييم | 3.00/5 مجموع تقييمات 19 |
المطور | CodeUnit |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/CodeUnitPl/Website-Color-Changer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Color Changer", "version": "1.0", "author": "CodeUnit", "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer", "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.", "devtools_page": "devtools.html", "manifest_version": 2 } |