Search On Site

The extension allows you to search on a specific site.

What is Search On Site?

Search On Site is a Chrome extension developed by Jungle, and its main feature is "The extension allows you to search on a specific site.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Search On Site Extension CRX File

Download Search On Site extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2023.10.27
-----------------------------
update icon

2023.10.21
-----------------------------
add command Alt+K
add search by action click

2023.10.15
-----------------------------
add context menu search

2023.10.11
-----------------------------
switch to manifest v3
to search on the specific site:
1) got to navigation bar (Ctrl+L)
2) type "son" keyword and hit the TAB
3) start typing your query

2017.05.16
-----------------------------
Fix as_sitesearch

2016.07.06
-----------------------------
added linked cse

2016.06.09
-----------------------------
fixed z-index of searchbox                    

Extension Basic Information

Name Search On Site Search On Site
ID ialmbfdolfbfddhhbpcpfajahojgbglh
Official URL https://chromewebstore.google.com/detail/search-on-site/ialmbfdolfbfddhhbpcpfajahojgbglh
Description The extension allows you to search on a specific site.
File Size 40.65 KB
Installation Count 110
Current Version 0.4.1
Last Updated 2023-10-27
Publish Date 2017-05-15
Rating 2.33/5 Total 3 Ratings
Developer Jungle
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.1",
    "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"
            }
        }
    }
}