easySearch

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

easySearchคืออะไร?

easySearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bbs.ijubt.net และคุณลักษณะหลักของมันคือ "Call search function of custom sites to search, aggregate search results"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย easySearch

ดาวน์โหลดไฟล์ส่วนขยาย 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' "
}