Color Grab
Copy the color code from any webpage in various formats.
什么是Color Grab?
Color Grab是由https://www.techy.how开发的Chrome扩展程序,该扩展的主要功能是“Copy the color code from any webpage in various formats.”。
扩展截图
下载Color Grab扩展crx文件
下载Color Grab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing Color Grab, the ultimate color picker tool designed to elevate your design workflow and creativity. Whether you're a professional designer, developer, or simply someone who loves exploring colors, this powerful Chrome extension is the perfect solution for you. With Color Grab, you can: • Effortlessly select and capture colors from any web page using a user-friendly color picker tool • Instantly obtain color codes in multiple formats, including RGB, hex, and HSL • Save and manage a list of your favorite colors for easy access in future projects Color Grab offers a seamless browsing experience, enabling you to pick and save colors as you browse the web without interrupting your workflow. The extension's intuitive interface ensures you can quickly copy color codes, allowing you to focus on creating visually stunning designs. As a free and easy-to-use tool, Color Grab is the must-have extension for anyone seeking to enhance their design process and discover new color combinations. Don't miss out on this opportunity to streamline your workflow, boost your creativity, and make a lasting impression with your designs. Install Color Grab now and unlock a world of colors at your fingertips!
扩展基本信息
名称 | Color Grab |
ID | ocfondngidllnbfjpogdecokahgjkelg |
官方URL | https://chromewebstore.google.com/detail/color-grab/ocfondngidllnbfjpogdecokahgjkelg |
简介 | Copy the color code from any webpage in various formats. |
文件大小 | 76.55 KB |
安装次数 | 620 |
当前版本 | 1.0 |
更新时间 | 2023-04-04 |
上架时间 | 2023-04-03 |
开发者 | https://www.techy.how |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.techy.how/ |
帮助页面URL | https://www.techy.how/tools |
隐私政策页面URL | https://www.techy.how/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Grab", "version": "1.0", "description": "Copy the color code from any webpage in various formats.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |