AuxTool

Auxtool is an extension to provide accessibility testing for websites available on internet.

AuxTool क्या है?

AuxTool Abhishek Rai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auxtool is an extension to provide accessibility testing for websites available on internet."।

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

screenshot

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

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

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

                        Auxtool is an extension to provide accessibility testing for websites available on internet. Accessibility features help differently abled people to accesss those websites which are not generally accessible to them.                    

एक्सटेंशन की मूल जानकारी

नाम AuxTool AuxTool
ID fjjhmhehhknnhkmcaphjaeghkemfkijb
आधिकारिक URL https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb
विवरण Auxtool is an extension to provide accessibility testing for websites available on internet.
फ़ाइल का आकार 113 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-05-22
प्रकाशन तिथि 2020-05-21
डेवलपर Abhishek Rai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hclaccessibility.azurewebsites.net/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AuxTool",
    "author": "HCL",
    "description": "Auxtool is an extension to provide accessibility testing for websites available on internet.",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/color-changer20.png",
            "40": "images\/color-changer40.png"
        },
        "default_title": "Aux Tool",
        "default_popup": "popup.html"
    },
    "short_name": "AuxTool",
    "manifest_version": 2
}