WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Expand Search Context Menu

Expand Search Context Menu

View on Chrome Web Store
View Expand Search Context Menu Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new 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.

Add Search Options to Context Menu
Type
Extension
Users
26 users
1
raingart
View author page of raingart
Published
Published on January 24, 2025
Version 0.1.3.1
Manifest version
3
Updated
Updated on April 25, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Expand Search Context Menu 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": "Expand Search Context Menu",
    "short_name": "Expanded Search",
    "version": "0.1.3.1",
    "description": "__MSG_app_description__",
    "author": "raingart",
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/github.com\/raingart\/Expand-Search-Context-Menu-extension",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "74.0"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "\/html\/options.html"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    }
}
© 2025 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