自定义右键搜索

你可以将你经常用的搜索引擎接口加入右键菜单中,在网页浏览时选中你想搜索的文字右键就能快速搜索

What is 自定义右键搜索?

自定义右键搜索 is a Chrome extension developed by mr.houlin, and its main feature is "你可以将你经常用的搜索引擎接口加入右键菜单中,在网页浏览时选中你想搜索的文字右键就能快速搜索".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 自定义右键搜索 Extension CRX File

Download 自定义右键搜索 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

                        # 自定义右键搜索插件

### 功能
- 添加搜索项后,在正常页面浏览时选中文本,点击右键选中合适的搜索项搜索即可跳转
- 点击插件栏中的图标可以进入设置页面添加、删除、排序搜索项,修改后一定要点击保存按钮,登录谷歌账号设置会自动同步
- 点击插件栏中的图标可以进入帮助页面查看功能介绍页面                    

Extension Basic Information

Name 自定义右键搜索 自定义右键搜索
ID oolckmcebfheccnfejmnminjcdmldepg
Official URL https://chrome.google.com/webstore/detail/%E8%87%AA%E5%AE%9A%E4%B9%89%E5%8F%B3%E9%94%AE%E6%90%9C%E7%B4%A2/oolckmcebfheccnfejmnminjcdmldepg
Description 你可以将你经常用的搜索引擎接口加入右键菜单中,在网页浏览时选中你想搜索的文字右键就能快速搜索
File Size 1.52 MB
Installation Count 851
Current Version 3.0
Last Updated 2020-06-06
Publish Date 2020-06-06
Rating 4.44/5 Total 9 Ratings
Developer mr.houlin
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "zh_CN",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}