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
Eメール [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' "
}