accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Что такое accessibility?
accessibility - это расширение Chrome, разработанное mahdihasanzadeh.dev, и его основная функция - "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".
Снимки экрана расширения
Скачать файл CRX расширения accessibility
Скачайте файлы расширений accessibility в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With Accessibility users can add effect to any website and webpage Features: ✔Ability to toggle Dark Mode(Night Mode) ✔Ability to increase and decrease fonts ✔Ability to Increase font readability ✔Ability to add the bottom line of the links ✔Ability to toggle gray effect ✔ It is Free of Charge;
Основная информация о расширении
Название | accessibility |
ID | nfafnenmfnijnhnioaennbkjacngfgpj |
Официальный URL | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
Описание | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
Размер файла | 858 KB |
Количество установок | 27 |
Текущая Версия | 1.1 |
Последнее Обновление | 2022-07-23 |
Дата публикации | 2021-12-08 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | mahdihasanzadeh.dev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "accessibility", "description": "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/L_16-16.png", "32": "\/images\/L_32-32.png", "48": "\/images\/L_48-48.png", "128": "\/images\/L_128-128.png" } }, "icons": { "16": "\/images\/L_16-16.png", "32": "\/images\/L_32-32.png", "48": "\/images\/L_48-48.png", "128": "\/images\/L_128-128.png" } } |