Eyedrop to Clipboard

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

Vad är Eyedrop to Clipboard?

Eyedrop to Clipboard är en Chrome-tillägg utvecklad av TJ Ayoub, och dess huvudfunktion är "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".

Tilläggsskärmbilder

screenshot

Ladda ner Eyedrop to Clipboard-förlängningens CRX-fil

Ladda ner Eyedrop to Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Eyedrop to Clipboard Eyedrop to Clipboard
ID fanmdbjnheomknmiehbjfekgfeomlole
Officiell webbadress https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole
Beskrivning Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Filstorlek 86.1 KB
Antal Installationer 403
Aktuell Version 1.0.0
Senast Uppdaterad 2022-08-25
Publiceringsdatum 2022-08-25
Utvecklare TJ Ayoub
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}