自定义右键搜索

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

Wat is 自定义右键搜索?

自定义右键搜索 is een Chrome-extensie ontwikkeld door mr.houlin, en de belangrijkste functie is "你可以将你经常用的搜索引擎接口加入右键菜单中,在网页浏览时选中你想搜索的文字右键就能快速搜索".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 自定义右键搜索

Download 自定义右键搜索-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # 自定义右键搜索插件

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

Basisinformatie over de Extensie

Naam 自定义右键搜索 自定义右键搜索
ID oolckmcebfheccnfejmnminjcdmldepg
Officiële 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
Beschrijving 你可以将你经常用的搜索引擎接口加入右键菜单中,在网页浏览时选中你想搜索的文字右键就能快速搜索
Bestandsgrootte 1.52 MB
Aantal Installaties 851
Huidige Versie 3.0
Laatst Bijgewerkt 2020-06-06
Publicatiedatum 2020-06-06
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar mr.houlin
Betalingswijze free
Ondersteunde Talen 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'"
}