Online Color Picker
Colors palette with color conversion to RGBA, HEXA and HSVA.
什么是Online Color Picker?
Online Color Picker是由https://onlinecolor-picker.com开发的Chrome扩展程序,该扩展的主要功能是“Colors palette with color conversion to RGBA, HEXA and HSVA.”。
扩展截图
下载Online Color Picker扩展crx文件
下载Online Color Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is a great utility for any graphics designers or web developers, or for anyone who just really likes colors. Find the right color for your design and search the web from the new tab every time. Color Picker lets you pick the color you want and shows you the HEX values, RGB channels, hue, saturation and value. By clicking "Add to Chrome", I accept and agree to installing the Online Color Picker Chrome extension and setting Chrome™ New Tab, Homepage takeover to that provided by the service with search results by Bing, and the Terms of Use and Privacy Policy. Features: - Extensive Range of colour code formats: RGBA, HEXA and HSVA. - You can get any format of color Like RGBA, HEXA, and HSVA etc on one click. - Copying the colour code to the clipboard with one mouse click. - Free to use, Online Color Picker is 100% free chrome extension, and you can use it as much as you want! Have fun!l Terms of Use: https://onlinecolor-picker.com/terms-conditions/ Privacy Policy: https://onlinecolor-picker.com/privacy-policy/
扩展基本信息
名称 | Online Color Picker |
ID | lbdicgehchkdheonhihpeonmgkbocfho |
官方URL | https://chromewebstore.google.com/detail/online-color-picker/lbdicgehchkdheonhihpeonmgkbocfho |
简介 | Colors palette with color conversion to RGBA, HEXA and HSVA. |
文件大小 | 1015 KB |
安装次数 | 57,337 |
当前版本 | 1.0.3 |
更新时间 | 2022-04-11 |
上架时间 | 2022-01-21 |
评分 | 1.00/5 共1次评分 |
开发者 | https://onlinecolor-picker.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://onlinecolor-picker.com/ |
隐私政策页面URL | https://onlinecolor-picker.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Online Color Picker", "short_name": "Onlie Color Picker", "version": "1.0.3", "description": "Colors palette with color conversion to RGBA, HEXA and HSVA.", "icons": { "128": "icons\/128x128.png" }, "action": { "browser_style": true, "default_title": "Online Color Picker", "default_popup": "index.html" }, "author": "Lakes Media", "chrome_url_overrides": { "newtab": "new-tab.html" } } |