Metasearch engine - upgrade Google search

Instantly get search results in DuckDuckGo, Bing and Yahoo or any other search engine while searching in Google

Metasearch engine - upgrade Google searchคืออะไร?

Metasearch engine - upgrade Google search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Capitan Dev Team และคุณลักษณะหลักของมันคือ "Instantly get search results in DuckDuckGo, Bing and Yahoo or any other search engine while searching in Google"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metasearch engine - upgrade Google search

ดาวน์โหลดไฟล์ส่วนขยาย Metasearch engine - upgrade Google search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This useful Chrome extension allows you to select a search engine while entering your request in Google. Speed up your search with this metasearch engine. Pick any search you want: DuckDuckGo, Yahoo, Bing, Wikipedia, Youtube and many more!

Also, you can get search results in a different search engine right after you tried your search in Google. Just click DuckDuckGo or any other search engine in the table below, and the same search request will be opened there!

You can customize your search engines’ order and even add your own favorite sites to the list:

1. Just click the 'View All' button, then drag and drop the icons with search engines the way you want. 
2. Then click 'Add' to add a new search engine site you need. 
3. You will see a window with two fields: Name and URL. Enter a preferred name for the new search engine. Next to the 'URL' line, move your mouse cursor over '?' sign in order to see a hint on how to enter the URL of the added site correctly.
4. Upgrade Google and enjoy your search experience even more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Metasearch engine - upgrade Google search Metasearch engine - upgrade Google search
ID hcndlmemmcbjncbmbgmplmedkmbanpbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metasearch-engine-upgrade/hcndlmemmcbjncbmbgmplmedkmbanpbo
คำอธิบาย Instantly get search results in DuckDuckGo, Bing and Yahoo or any other search engine while searching in Google
ขนาดไฟล์ 234 KB
จำนวนการติดตั้ง 4,365
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2022-08-30
วันที่เผยแพร่ 2021-07-27
คะแนน 3.86/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Capitan Dev Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.8",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "\/src\/options\/index.html",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/content\/fonts\/inject.js",
                "\/src\/common\/libs\/jquery.min.js",
                "\/src\/content\/panel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "\/src\/content\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/common\/jquery-plugins\/sticky\/index.js",
                "\/src\/common\/jquery-plugins\/side-bar\/index.js",
                "\/src\/common\/jquery-plugins\/modal\/index.js",
                "\/src\/common\/jquery-plugins\/meowModal\/MeowModal.js",
                "\/src\/common\/jquery-plugins\/meowModal\/index.js",
                "\/src\/content\/Utils.js",
                "\/src\/common\/jquery-plugins\/cards\/index.js",
                "\/src\/common\/utils.js",
                "\/src\/content\/getValueSelector.js",
                "\/src\/content\/openSearchEngine.js",
                "\/src\/content\/EnginesManager.js",
                "\/src\/content\/SideBarController.js",
                "\/src\/content\/MeowBackgroundClient.js",
                "\/src\/content\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "\/src\/content\/googleAutocompletes\/styles.css"
            ],
            "js": [
                "\/src\/content\/googleAutocompletes\/Cards.js",
                "\/src\/content\/googleAutocompletes\/Results.js",
                "\/src\/content\/googleAutocompletes\/GooglePage.js",
                "\/src\/content\/googleAutocompletes\/GooglePage.js",
                "\/src\/content\/googleAutocompletes\/plugin.js",
                "\/src\/content\/googleAutocompletes\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/engines.json",
                "\/images\/*",
                "\/src\/common\/styles.css",
                "\/src\/common\/jquery-plugins\/sticky\/styles.css",
                "\/src\/common\/jquery-plugins\/side-bar\/styles.css",
                "\/src\/common\/jquery-plugins\/cards\/styles.css",
                "\/src\/common\/jquery-plugins\/modal\/styles.css",
                "\/src\/content\/fonts\/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2",
                "\/src\/content\/fonts\/fonts.css",
                "\/src\/content\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}