强悍搜索

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

强悍搜索란 무엇입니까?

强悍搜索은(는) w3ctim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一个人性化、可自定义的多引擎搜索扩展"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

强悍搜索 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        支持划词搜索、菜单分组、快速复制。

支持浏览器多设备同步配置;默认保存多种常用搜索引擎,支持自定义,快速拖拽排序;

可导出、导入配置文件。

 ⭐️  特点  ⭐️ 
✨ 搜索引擎分组,选择清晰快捷
🥰 人性化的、友好的操作界面
🤟 方便的自定义引擎功能,引擎快速排序功能
🚀 快的导入、导出配置
🌈 无广告,无隐私窃取,放心使用                    

확장 프로그램 기본 정보

이름 强悍搜索 强悍搜索
ID dnnaekppbdlfpccahbhnnfghfjlgfjdd
공식 URL https://chromewebstore.google.com/detail/%E5%BC%BA%E6%82%8D%E6%90%9C%E7%B4%A2/dnnaekppbdlfpccahbhnnfghfjlgfjdd
설명 一个人性化、可自定义的多引擎搜索扩展
파일 크기 1.04 MB
설치 횟수 844
현재 버전 1.0.1
최근 업데이트 2021-12-14
출시 날짜 2021-10-26
평점 4.86/5 총 7 개의 평점
개발자 w3ctim
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://w3ctim.com/strongsearch
도움말 페이지 URL https://w3ctim.com/
지원되는 언어 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';"
}