Color picker

Finds the color under your cursor in HEX and RGB form

O que é Color picker?

Color picker é uma extensão do Chrome desenvolvida por Felix, e sua principal característica é "Finds the color under your cursor in HEX and RGB form".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Color picker

Baixe arquivos de extensão 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

                        Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. 

**This extension is only compatible with Chrome, Opera, and Microsoft Edge. **

Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.                    

Informações Básicas da Extensão

Nome Color picker Color picker
ID bgbfgaaibhpepheabkdeniilmcljibob
URL Oficial https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob
Descrição Finds the color under your cursor in HEX and RGB form
Tamanho do Arquivo 855 KB
Contagem de Instalações 1,317
Versão Atual 1.0
Última Atualização 2022-03-28
Data de Publicação 2022-03-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Felix
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color picker",
    "description": "Finds the color under your cursor in HEX and RGB form",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/wheel16.png",
        "32": "\/images\/wheel32.png",
        "48": "\/images\/wheel48.png",
        "128": "\/images\/wheel128.png"
    }
}