IMAGE Extension

Extension for the McGill IMAGE project. This is a beta release.

IMAGE Extension क्या है?

IMAGE Extension Shared Reality Lab, McGill University द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for the McGill IMAGE project. This is a beta release."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension for the McGill IMAGE project.
Making internet graphics accessible through rich audio and touch!

Have you ever wanted to hear a photograph or pie chart, and not just a description of what is in it? IMAGE (Internet Multimodal Access to Graphical Exploration) adds a new item to your browser’s context menu when you activate it on a graphic such as a photograph, on any webpage you visit. The goal is to provide people who are blind or have low vision with a new and useful experience of internet graphics that goes beyond automatically generating alt tags.

Once you have added the extension to your browser, activate IMAGE using a button next to a graphic on a webpage, or a menu item added your browser's right-click context menu. The graphic is sent to a server that creates a custom audio rendering, and if you are wearing headphones, uses “spatialized audio” so that you hear different parts of the graphic all around you, rendered as sounds. In addition, if you go to the extension's setting page, you can enable haptic devices such as the Haply and the Dot Pad in order to explore graphics with your sense of touch.

This release is a beta version of IMAGE, and does not work well on all graphics. To get started, we recommend visiting our tutorial page at https://image.a11y.mcgill.ca/pages/tutorial.html

IMAGE is carried out by McGill University's Shared Reality Lab (SRL) [1], in strategic partnership with Gateway Navigation CCC Ltd [2] and the Canadian Council of the Blind (CCB) [3]. The project is funded by Innovation Science Economic Development Canada through the Assistive Technology Program. The motivation for this project is to improve the access to internet graphics for people who are blind or partially sighted.

For more information about how we handle your data, please see:
https://image.a11y.mcgill.ca/pages/policies.html

For technical issues, please contact [email protected].
For other inquiries, please contact [email protected].

ABOUT US

[1] The Shared Reality Lab, in McGill University’s Department of
Electrical and Computer Engineering, works with audio, video, and
haptic technologies, building systems that leverage their capabilities
to facilitate and enrich both human-computer and computer-mediated
human-human interaction. http://srl.mcgill.ca

[2] Gateway Navigation CCC Limited is a unique social enterprise
bringing together social innovation and for-profit sustainability.
Founded in 2017 by individuals and organizations including the
Canadian Council of the Blind (CCB). Sharing a lived experience in
disability and a passion to make a difference in our communities. Our
social and business objective is to create a more accessible and
inclusive world through applying human centred design in the use of
inclusive audio-based (digital) augmented reality networks, while
promoting training and employment opportunities for people with
disabilities in this rapidly developing technology sector.
https://gnc3.com/

[3] The Canadian Council of the Blind (CCB) is the largest
member-based consumer organization of persons who are blind,
deaf-blind, or partially sighted in Canada. https://ccbnational.net/                    

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

नाम IMAGE Extension IMAGE Extension
ID iimmeciildnckfmnpbhglofiahllkhop
आधिकारिक URL https://chromewebstore.google.com/detail/image-extension/iimmeciildnckfmnpbhglofiahllkhop
विवरण Extension for the McGill IMAGE project. This is a beta release.
फ़ाइल का आकार 2.35 MB
स्थापना संख्या 157
वर्तमान संस्करण 0.4.64
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2022-03-10
डेवलपर Shared Reality Lab, McGill University
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://image.a11y.mcgill.ca
सहायता पृष्ठ URL https://image.a11y.mcgill.ca/pages/user.html
गोपनीयता नीति पृष्ठ URL https://image.a11y.mcgill.ca/pages/policies.html
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.4.64",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/image.a11y.mcgill.ca",
    "default_locale": "en",
    "icons": {
        "128": "image-icon-128.1094cb2d.png"
    },
    "action": {
        "default_icon": "image-icon-128.1094cb2d.png",
        "default_popup": "options.ba744f3b.html"
    },
    "options_ui": {
        "page": "options.ba744f3b.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bf0d6f3b.js",
        "type": "module"
    },
    "commands": {
        "run-launchpad": {
            "suggested_key": {
                "default": "Alt+I"
            },
            "description": "Trigger IMAGE Launchpad"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.18adcaa1.js"
            ],
            "css": [
                "styles.fa526e40.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "info\/info-utils.js",
                "info\/info.js",
                "info\/info.html",
                "feedback\/feedback.html",
                "feedback\/feedback.js",
                "charts\/charts-utils.js",
                "launchpad\/launchpad.html",
                "launchpad\/launchpad.css",
                "launchpad\/launchpad.js",
                "firstLaunch\/firstLaunch.html",
                "firstLaunch\/firstLaunch.css",
                "firstLaunch\/firstLaunch.js",
                "maps\/maps-utils.js",
                "hAPI\/hapi-utils.js",
                "hAPI\/worker.js",
                "errors\/http_error.html",
                "errors\/no_renderings.html",
                "progressBar\/progressBar.html",
                "audio\/IMAGE-Error.mp3",
                "audio\/IMAGE-Processing.mp3",
                "audio\/IMAGE-RequestSent.mp3",
                "audio\/IMAGE-ResultsArrived.mp3",
                "offscreen.html",
                "offscreen.js",
                "buttons.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}