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 |
官方網址 | 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" } } |