Online Color Picker
Colors palette with color conversion to RGBA, HEXA and HSVA.
O que é Online Color Picker?
Online Color Picker é uma extensão do Chrome desenvolvida por https://onlinecolor-picker.com, e sua principal característica é "Colors palette with color conversion to RGBA, HEXA and HSVA.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Online Color Picker
Baixe arquivos de extensão Online Color Picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Online Color Picker |
ID | lbdicgehchkdheonhihpeonmgkbocfho |
URL Oficial | https://chromewebstore.google.com/detail/online-color-picker/lbdicgehchkdheonhihpeonmgkbocfho |
Descrição | Colors palette with color conversion to RGBA, HEXA and HSVA. |
Tamanho do Arquivo | 1015 KB |
Contagem de Instalações | 57,337 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-04-11 |
Data de Publicação | 2022-01-21 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://onlinecolor-picker.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://onlinecolor-picker.com/ |
URL da Página de Política de Privacidade | https://onlinecolor-picker.com/privacy-policy |
Idiomas Suportados | 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" } } |