Accessibility - A Powerful Web Assistant

Award winning technology to make text easier to read, modify contrast, remove distracting content from websites and more!

Accessibility - A Powerful Web Assistantคืออะไร?

Accessibility - A Powerful Web Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thinkascend.com และคุณลักษณะหลักของมันคือ "Award winning technology to make text easier to read, modify contrast, remove distracting content from websites and more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accessibility - A Powerful Web Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Accessibility - A Powerful Web Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:

★Font Adjustment

Some websites pick fonts that are too small, not easy to read or just plain ugly! Utilize our font adjustment features to change the font of a site as well as increasing or decreasing the boldness. Use fonts such as Open Dyslexic, Verdana, Times New Roman among others to increase the legibility of the web

★Colour Contrast

For those who have trouble seeing websites with their default colours or if you just want to spice up the look of a website. You change the text, background and link colours using our tools!

★Animation Toggle

Remove the pesky animations that some websites have and declutter your screen. Animations can be toggled on and off to make surfing the web faster and with less confusion.

★Text to Speech

Hover over text to have it read out loud to you! With over 200 voice settings, explore every unique voice we included; There is tons of room to personalize!

★Tints and Overlays

Use our ruler overlay to help follow the text on the screen easily and block out distracting content. The ruler can be any colour and be a literal ruler or a letterbox to improve the accessibility of the text your reading. A screen tint is available to help those with Irlen Syndrome or if you dislike the base colour of a web page but don’t want to change it entirely.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Accessibility - A Powerful Web Assistant Accessibility - A Powerful Web Assistant
ID nnmmmhcflgbendklbhknkkacnjempijd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/accessibility-a-powerful/nnmmmhcflgbendklbhknkkacnjempijd
คำอธิบาย Award winning technology to make text easier to read, modify contrast, remove distracting content from websites and more!
ขนาดไฟล์ 3.02 MB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.7.6
อัปเดตครั้งล่าสุด 2021-07-06
วันที่เผยแพร่ 2020-02-28
คะแนน 4.40/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://thinkascend.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://thinkascend.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://thinkascend.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/thinkascend.com\/",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "webaccessible\/fonts\/OpenDyslexic\/*",
        "webaccessible\/img\/*"
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage",
        "tts",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "offline_enabled": true,
    "version": "1.7.6",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}