Eyedrop to Clipboard

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

¿Qué es Eyedrop to Clipboard?

Eyedrop to Clipboard es una extensión de Chrome desarrollada por TJ Ayoub, y su función principal es "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Eyedrop to Clipboard

Descarga archivos de extensión Eyedrop to Clipboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
URL Oficial https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Descripción Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Tamaño del Archivo 86.1 KB
Cantidad de Instalaciones 403
Versión Actual 1.0.0
Última Actualización 2022-08-25
Fecha de Publicación 2022-08-25
Desarrollador TJ Ayoub
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}