Eyedrop to Clipboard

Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.

O que é Eyedrop to Clipboard?

Eyedrop to Clipboard é uma extensão do Chrome desenvolvida por TJ Ayoub, e sua principal característica é "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Eyedrop to Clipboard

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

                        Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.                    

Informações Básicas da Extensão

Nome Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
URL Oficial https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Descrição Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Tamanho do Arquivo 86.1 KB
Contagem de Instalações 403
Versão Atual 1.0.0
Última Atualização 2022-08-25
Data de Publicação 2022-08-25
Desenvolvedor TJ Ayoub
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyedrop to Clipboard",
    "version": "1.0.0",
    "description": "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.",
    "manifest_version": 3,
    "author": "TJ Ayoub",
    "action": {
        "default_popup": "index.html",
        "default_title": "Eyedrop to Clipboard",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    }
}