WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
IMAGE Extension

IMAGE Extension

View on Chrome Web Store
View IMAGE Extension Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension for the McGill IMAGE project. This is a beta release.
Type
Extension
Users
198 users
1
Shared Reality Lab, McGill University
View author page of Shared Reality Lab, McGill University
Published
Published on November 27, 2021
Version 0.5.6
Manifest version
3
Updated
Updated on October 20, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View IMAGE Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.5.6",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/image.a11y.mcgill.ca",
    "default_locale": "en",
    "icons": {
        "128": "image-icon-128.png"
    },
    "action": {
        "default_icon": "image-icon-128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "scripting",
        "offscreen",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "run-launchpad": {
            "suggested_key": {
                "default": "Alt+I"
            },
            "description": "Trigger IMAGE Launchpad"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "info\/*",
                "feedback\/*",
                "charts\/*",
                "launchpad\/*",
                "firstLaunch\/*",
                "maps\/*",
                "errors\/*",
                "progressBar\/progressBar.html",
                "audio\/*",
                "offscreen.html",
                "offscreen.js",
                "buttons.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top