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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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' "
}