ColorCraft
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
ما هو ColorCraft؟
ColorCraft هو إضافة Chrome تم تطويرها بواسطة https://colorcraft.io، والميزة الرئيسية لها هي "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ColorCraft
قم بتنزيل ملفات الامتداد ColorCraft بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With effortless color identification, real-time modification, and the ability to save and load configurations and much more.
Changelogs 1.2:
- New Design
- Save and Load Configurations
Key Features:
- Capture All Colors Instantly: Collect all colors used on a webpage along with their names
- Interactive Highlighting: Simply hover over a color to see where it's used on the site.
- Live Color Adjustment: Experiment with the aesthetic appeal of the site by modifying colors in real time.
- Easy Copy-Paste: Found a color you love? Copy it to your clipboard in RGBA, HEX(A), or HSLA format, ready to use in your projects.
Exciting features coming soon:
Future updates:
- Retrieve colors for specific elements
- Statistics of colors used on the page
- Export palettes
- Changing entire site palette
- AI Recommended Colors معلومات أساسية عن التمديد
| الاسم | |
| ID | phipihmpeladolpicbledanamelhnggp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp |
| الوصف | ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With… |
| حجم الملف | 141 KB |
| عدد التثبيتات | 49 |
| النسخة الحالية | 1.21 |
| آخر تحديث | 2023-07-09 |
| تاريخ النشر | 2023-06-19 |
| تقييم | 5.00/5 مجموع تقييمات 12 |
| المطور | https://colorcraft.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | in_app |
| موقع الإضافة | https://www.colorcraft.io |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ColorCraft",
"version": "1.21",
"action": {
"default_popup": "src\/index.html",
"default_icon": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"storage"
]
} | |