accessibility

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

accessibility क्या है?

accessibility mahdihasanzadeh.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में accessibility एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}