accessibility

change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site

accessibility là gì?

accessibility là một tiện ích mở rộng Chrome được phát triển bởi mahdihasanzadeh.dev, và tính năng chính của nó là "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng accessibility

Tải xuống các tệp mở rộng accessibility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên accessibility accessibility
ID nfafnenmfnijnhnioaennbkjacngfgpj
URL Chính Thức https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj
Mô tả change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Kích Thước Tệp 858 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-07-23
Ngày Phát Hành 2021-12-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mahdihasanzadeh.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}