Search On Site

The extension allows you to search on a specific site.

什么是Search On Site?

Search On Site是由Jungle开发的Chrome扩展程序,该扩展的主要功能是“The extension allows you to search on a specific site.”。

扩展截图

screenshot
screenshot
screenshot

下载Search On Site扩展crx文件

下载Search On Site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Search On Site Search On Site
ID ialmbfdolfbfddhhbpcpfajahojgbglh
官方URL https://chromewebstore.google.com/detail/search-on-site/ialmbfdolfbfddhhbpcpfajahojgbglh
简介 The extension allows you to search on a specific site.
文件大小 40.65 KB
安装次数 110
当前版本 0.4.1
更新时间 2023-10-27
上架时间 2017-05-15
评分 2.33/5 共3次评分
开发者 Jungle
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            }
        }
    }
}