Successive - Accessibility

The web accessibility tool which will allow you to use more than 10 accessibility features at one place

Successive - Accessibility là gì?

Successive - Accessibility là một tiện ích mở rộng Chrome được phát triển bởi chromedevelopers, và tính năng chính của nó là "The web accessibility tool which will allow you to use more than 10 accessibility features at one place".

Ả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 Successive - Accessibility

Tải xuống các tệp mở rộng Successive - 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

                        This chrome extension provides a complete solution for accessibility on the web. Accessibility is the practice of making your websites usable by as many people as possible. We traditionally think of this as being about people with disabilities, but the practice of making sites accessible also benefits other groups such as those using mobile devices, or those with slow network connections.

This extension will provide an accessibility solution for peoples with partial disabilities like Visually impaired, Elderly, Blind, Mobility impaired or situational disabilities.

Currently we are providing 10 most useful features :
Dark mode
Customize Youtube Subtitle
Tab index
Screen Reader toggle
Tooltip images
Read website
Play & Stop animation
Show & hide images
Adjust font size
Highlight
Cursor setting

Our accessibility features does neither collect nor share any data. 
We will keep updating the chrome extension. Also you can drop us an email if you have any issues or need support with this extension kindly write us at [email protected]

This extension is WCAG 2.1 and ADA compliant. For more information please visit the following urls:
https://www.w3.org/TR/WCAG21/
https://www.dol.gov/general/topic/disability/ada                    

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

Tên Successive - Accessibility Successive - Accessibility
ID medoddhnmodhnpolgfhgkompgiobnimd
URL Chính Thức https://chromewebstore.google.com/detail/successive-accessibility/medoddhnmodhnpolgfhgkompgiobnimd
Mô tả The web accessibility tool which will allow you to use more than 10 accessibility features at one place
Kích Thước Tệp 808 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-01-10
Ngày Phát Hành 2022-02-01
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển chromedevelopers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://successive.tech/
URL Trang Trợ Giúp https://successive.tech/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Successive - Accessibility ",
    "description": "The web accessibility tool which will allow you to use more than 10 accessibility features at one place",
    "version": "1.5.0",
    "action": {
        "default_icon": "assets\/img\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/arrows\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.0.min.js"
            ],
            "css": [
                "assets\/css\/inject.css"
            ],
            "run_at": "document_start"
        }
    ],
    "oauth2": {
        "client_id": "916031298766-8aq6ev8did104ge0h5kr9spj7l9c3urb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}