Eyedrop to Clipboard
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Что такое Eyedrop to Clipboard?
Eyedrop to Clipboard - это расширение Chrome, разработанное TJ Ayoub, и его основная функция - "Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.".
Снимки экрана расширения
Скачать файл CRX расширения Eyedrop to Clipboard
Скачайте файлы расширений Eyedrop to Clipboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard.
Основная информация о расширении
Название | Eyedrop to Clipboard |
ID | fanmdbjnheomknmiehbjfekgfeomlole |
Официальный URL | https://chromewebstore.google.com/detail/eyedrop-to-clipboard/fanmdbjnheomknmiehbjfekgfeomlole |
Описание | Eyedropper tool that copies the Hex color code of the selected pixel to the system clipboard. |
Размер файла | 86.1 KB |
Количество установок | 403 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-08-25 |
Дата публикации | 2022-08-25 |
Разработчик | TJ Ayoub |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |