easySearch

Call search function of custom sites to search, aggregate search results

什么是easySearch?

easySearch是由https://bbs.ijubt.net开发的Chrome扩展程序,该扩展的主要功能是“Call search function of custom sites to search, aggregate search results”。

扩展截图

screenshot
screenshot

下载easySearch扩展crx文件

下载easySearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        User enter search keywords, JuBT extension automatically invokes the search function of these sites to complete the search.                    

扩展基本信息

名称 easySearch easySearch
ID igieognglkjfefoldlaachcoimjecojk
官方URL https://chromewebstore.google.com/detail/easysearch/igieognglkjfefoldlaachcoimjecojk
简介 Call search function of custom sites to search, aggregate search results
文件大小 2.33 MB
安装次数 52,436
当前版本 1.3.1.1
更新时间 2022-11-14
上架时间 2020-11-18
评分 4.59/5 共22次评分
开发者 https://bbs.ijubt.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bbs.ijubt.net
帮助页面URL https://bbs.ijubt.net
隐私政策页面URL https://www.yeeach.com/privacy
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_pluginName__",
    "version": "1.3.1.1",
    "description": "__MSG_pluginDesc__",
    "default_locale": "zh_CN",
    "author": "jubt.me",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "128": "\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon32.png",
        "default_title": "__MSG_pluginName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "\/content-script.js",
                "\/js\/utils.js",
                "\/js\/parser\/parserNewTab.js",
                "\/js\/searcher\/searcherNewTab.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "\/js\/utils.js",
        "\/js\/parser\/parserNewTab.js",
        "\/js\/searcher\/searcherNewTab.js"
    ],
    "permissions": [
        "",
        "contextMenus",
        "background",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "content_security_policy": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-popups-to-escape-sandbox allow-same-origin allow-top-navigation; script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com  https:\/\/www.google-analytics.com blob:;worker-src 'self' 'unsafe-eval' data: blob: http: https:;child-src gap: filesystem http: https: data: blob: 'unsafe-inline' 'unsafe-eval' 'self' ;frame-src gap: filesystem http: https: data: blob: 'unsafe-inline' 'unsafe-eval' 'self'; object-src blob: 'unsafe-eval' 'self' "
}