Simple Context Search

Right click on the selected text and select the search website from the context menu.

什么是Simple Context Search?

Simple Context Search是由Magic Dev开发的Chrome扩展程序,该扩展的主要功能是“Right click on the selected text and select the search website from the context menu.”。

扩展截图

screenshot

下载Simple Context Search扩展crx文件

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

扩展使用说明

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

扩展基本信息

名称 Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
官方URL https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
简介 Right click on the selected text and select the search website from the context menu.
文件大小 10.85 KB
安装次数 18
当前版本 0.0.1
更新时间 2021-08-31
上架时间 2021-08-31
开发者 Magic Dev
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}