Colors for Websites | Color Changer
Change the colors of any website directly in your browser!
ما هو Colors for Websites | Color Changer؟
Colors for Websites | Color Changer هو إضافة Chrome تم تطويرها بواسطة https://colorsforwebsites.com، والميزة الرئيسية لها هي "Change the colors of any website directly in your browser!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Colors for Websites | Color Changer
قم بتنزيل ملفات الامتداد Colors for Websites | Color Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension analyzes the colors of a webpage and gives you the option to change each color individually. You can change the colors with a color picker to find out the perfect palette. Or you just want to analyze if every color matches your brand colors. FEATURES • Find all colors of a website • works with inline and css styles • choose which colors you want to change • works with any website • works also on localhost (Note: this is a beta version, fell free to write us for feedback, bugs and suggestions)
معلومات أساسية عن التمديد
الاسم | Colors for Websites | Color Changer |
ID | commbemobeohbgnbkkbgkbfenokjaihk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk |
الوصف | Change the colors of any website directly in your browser! |
حجم الملف | 650 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-05-20 |
تاريخ النشر | 2022-05-15 |
المطور | https://colorsforwebsites.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://colorsforwebsites.com |
عنوان صفحة سياسة الخصوصية | https://colorsforwebsites.com/Privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colors for Websites | Color Changer", "description": "Change the colors of any website directly in your browser!", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" } }, "icons": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "variables.css" ] } ] } |