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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ColorCraft |
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" ] } |