强悍搜索

一个人性化、可自定义的多引擎搜索扩展

What is 强悍搜索?

强悍搜索 is a Chrome extension developed by w3ctim, and its main feature is "一个人性化、可自定义的多引擎搜索扩展".

Extension Screenshots

screenshot
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 dnnaekppbdlfpccahbhnnfghfjlgfjdd
Official URL https://chromewebstore.google.com/detail/%E5%BC%BA%E6%82%8D%E6%90%9C%E7%B4%A2/dnnaekppbdlfpccahbhnnfghfjlgfjdd
Description 一个人性化、可自定义的多引擎搜索扩展
File Size 1.04 MB
Installation Count 844
Current Version 1.0.1
Last Updated 2021-12-14
Publish Date 2021-10-26
Rating 4.86/5 Total 7 Ratings
Developer w3ctim
Email [email protected]
Payment Type free
Extension Website https://w3ctim.com/strongsearch
Help Page URL https://w3ctim.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5f3a\u608d\u641c\u7d22",
    "description": "\u4e00\u4e2a\u4eba\u6027\u5316\u3001\u53ef\u81ea\u5b9a\u4e49\u7684\u591a\u5f15\u64ce\u641c\u7d22\u6269\u5c55",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "www\/index.html#\/options",
    "browser_action": {
        "default_title": "\u5f3a\u608d\u641c\u7d22"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "homepage_url": "https:\/\/w3ctim.com\/strongsearch",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}