强悍搜索

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

Cos'è 强悍搜索?

强悍搜索 è un'estensione di Chrome sviluppata da w3ctim, e la sua funzione principale è "一个人性化、可自定义的多引擎搜索扩展".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 强悍搜索

Scarica i file di estensione 强悍搜索 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

可导出、导入配置文件。

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

Informazioni di Base sull'Estensione

Nome 强悍搜索 强悍搜索
ID dnnaekppbdlfpccahbhnnfghfjlgfjdd
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BC%BA%E6%82%8D%E6%90%9C%E7%B4%A2/dnnaekppbdlfpccahbhnnfghfjlgfjdd
Descrizione 一个人性化、可自定义的多引擎搜索扩展
Dimensione del File 1.04 MB
Conteggio Installazioni 844
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-12-14
Data di Pubblicazione 2021-10-26
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore w3ctim
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://w3ctim.com/strongsearch
URL della Pagina di Aiuto https://w3ctim.com/
Lingue Supportate 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';"
}