Eye Dropper

A browser extension to copy colors from your screen

What is Eye Dropper?

Eye Dropper is a Chrome extension developed by Unknown, and its main feature is "A browser extension to copy colors from your screen".

Extension Screenshots

screenshot
screenshot

Download Eye Dropper Extension CRX File

Download Eye Dropper 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

                        This extension adds an eye dropper icon to the toolbar, which allows you to pick colors from anywhere on your screen!

The colors you pick get copied to your clipboard.
They also appear in a popup window, allowing you to go back and copy previously selected colors.                    

Extension Basic Information

Name Eye Dropper Eye Dropper
ID fjnpfdnpkpdccebgadceaieifiiblabh
Official URL https://chromewebstore.google.com/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh
Description A browser extension to copy colors from your screen
File Size 9.7 KB
Installation Count 4,551
Current Version 0.2.0
Last Updated 2021-12-02
Publish Date 2021-11-23
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/captainbrosset/eye-dropper-ext
Help Page URL https://github.com/captainbrosset/eye-dropper-ext/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Dropper",
    "description": "A browser extension to copy colors from your screen",
    "homepage_url": "https:\/\/github.com\/captainbrosset\/eye-dropper-ext\/",
    "author": "Patrick Brosset",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Pick a color!",
        "default_popup": "popup\/popup.html"
    }
}