accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
什么是accessibility?
accessibility是由mahdihasanzadeh.dev开发的Chrome扩展程序,该扩展的主要功能是“change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site”。
扩展截图
下载accessibility扩展crx文件
下载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" } } |