Eye Dropper
A browser extension to copy colors from your screen
什么是Eye Dropper?
Eye Dropper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to copy colors from your screen”。
扩展截图
下载Eye Dropper扩展crx文件
下载Eye Dropper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Eye Dropper |
ID | fjnpfdnpkpdccebgadceaieifiiblabh |
官方URL | https://chromewebstore.google.com/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh |
简介 | A browser extension to copy colors from your screen |
文件大小 | 9.7 KB |
安装次数 | 4,551 |
当前版本 | 0.2.0 |
更新时间 | 2021-12-02 |
上架时间 | 2021-11-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/captainbrosset/eye-dropper-ext |
帮助页面URL | https://github.com/captainbrosset/eye-dropper-ext/issues |
支持的语言 | 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" } } |