Eyedrop to Clipboard

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

What is Eyedrop to Clipboard?

Eyedrop to Clipboard is a Chrome extension developed by TJ Ayoub, and its main feature is "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Extension Screenshots

screenshot

Download Eyedrop to Clipboard Extension CRX File

Download Eyedrop to Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
Official URL https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Description Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
File Size 86.1 KB
Installation Count 403
Current Version 1.0.0
Last Updated 2022-08-25
Publish Date 2022-08-25
Developer TJ Ayoub
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}