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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में ColorCraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } |