easySearch

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

easySearch là gì?

easySearch là một tiện ích mở rộng Chrome được phát triển bởi https://bbs.ijubt.net, và tính năng chính của nó là "Call search function of custom sites to search, aggregate search results".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng easySearch

Tải xuống các tệp mở rộng easySearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên easySearch easySearch
ID igieognglkjfefoldlaachcoimjecojk
URL Chính Thức https://chromewebstore.google.com/detail/easysearch/igieognglkjfefoldlaachcoimjecojk
Mô tả Call search function of custom sites to search, aggregate search results
Kích Thước Tệp 2.33 MB
Số Lần Cài Đặt 52,436
Phiên Bản Hiện Tại 1.3.1.1
Cập Nhật Lần Cuối 2022-11-14
Ngày Phát Hành 2020-11-18
Đánh Giá 4.59/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://bbs.ijubt.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bbs.ijubt.net
URL Trang Trợ Giúp https://bbs.ijubt.net
URL Trang Chính Sách Bảo Mật https://www.yeeach.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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' "
}