DigitalA11Y Color Contrast Checker
Accessibility color contrast checker and color pallet generator
Что такое DigitalA11Y Color Contrast Checker?
DigitalA11Y Color Contrast Checker - это расширение Chrome, разработанное https://digitala11y.com, и его основная функция - "Accessibility color contrast checker and color pallet generator".
Снимки экрана расширения
Скачать файл CRX расширения DigitalA11Y Color Contrast Checker
Скачайте файлы расширений DigitalA11Y Color Contrast Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Accessibility color contrast checker and color pallet generator according to WCAG accessibility requirements. It compares the color contrast ratio between the foreground and background of the elements that are on the page according to WCAG. Features: 1. Be at the top of the web page for easy access 2. Picks the background and foreground colors from the web page with just a click. 3. Allows the manual input of background and foreground colors in hexadecimal values. 4. Provides the current ratio in a jiffy. 5. Suggests possible color codes that are contrastive as per WCAG guidelines.
Основная информация о расширении
Название | DigitalA11Y Color Contrast Checker |
ID | hfcoldjibhgbnlambdiecfneiegagkhi |
Официальный URL | https://chromewebstore.google.com/detail/digitala11y-color-contras/hfcoldjibhgbnlambdiecfneiegagkhi |
Описание | Accessibility color contrast checker and color pallet generator |
Размер файла | 71.24 KB |
Количество установок | 899 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-01-25 |
Дата публикации | 2023-01-25 |
Рейтинг | 4.50/5 Всего 4 оценок |
Разработчик | https://digitala11y.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.digitala11y.com/ |
URL страницы помощи | https://www.digitala11y.com/contact/ |
URL страницы политики конфиденциальности | https://www.digitala11y.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DigitalA11Y Color Contrast Checker", "description": "Accessibility color contrast checker and color pallet generator", "version": "1.0", "action": { "default_title": "DigitalA11Y Color Contrast Checker" }, "icons": { "32": "images\/icon32.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "styles.css", "index.html" ], "matches": [ " |