Eye Dropper
A browser extension to copy colors from your screen
Wat is Eye Dropper?
Eye Dropper is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A browser extension to copy colors from your screen".
Extensie Screenshots
Download het CRX-bestand van de extensie Eye Dropper
Download Eye Dropper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Eye Dropper |
ID | fjnpfdnpkpdccebgadceaieifiiblabh |
Officiële URL | https://chromewebstore.google.com/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh |
Beschrijving | A browser extension to copy colors from your screen |
Bestandsgrootte | 9.7 KB |
Aantal Installaties | 4,551 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2021-12-02 |
Publicatiedatum | 2021-11-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/captainbrosset/eye-dropper-ext |
Help Pagina-URL | https://github.com/captainbrosset/eye-dropper-ext/issues |
Ondersteunde Talen | 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" } } |