WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Search On Site

Search On Site

View on Chrome Web Store
View Search On Site Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
1 views
This extension has been viewed 1 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.

The extension allows you to search on a specific site.
Type
Extension
Users
122 users
3
Jungle
View author page of Jungle
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 9, 2016
Version 0.5.0
Manifest version
3
Updated
Updated on September 29, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Search On Site 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,
    "version": "0.5.0",
    "name": "Search On Site",
    "description": "The extension allows you to search on a specific site.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "index.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Click to Search On Site"
    },
    "permissions": [
        "tabs",
        "search",
        "contextMenus"
    ],
    "omnibox": {
        "keyword": "son"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+K"
            }
        }
    }
}
© 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