WebExtension.net
WebExtension.net

Long Descriptions in Context Menu

View on Chrome Web Store
View Long Descriptions in Context Menu Chrome Extension on Chrome Web Store
4.3 (1,513 ratings)

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

Right-click on anything with a "longdesc" or "aria-describedat" attribute to access its long description.
Type
Extension
Users
50,000 users
chrome-a11y-extensions
View author page of chrome-a11y-extensions
Published
Published on December 3, 2014
Version 1.1.0
Manifest version
3
Updated
Updated on April 8, 2024
View on Chrome Web Store
View Long Descriptions in Context Menu Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_LONGDESC_APPNAME__",
    "version": "1.1.0",
    "description": "__MSG_LONGDESC_APPDESC__",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "lastRightClick.js"
            ],
            "css": [
                "border.css"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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