Double Shot Search: Query side-by-side

Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side.

Double Shot Search: Query side-by-side란 무엇입니까?

Double Shot Search: Query side-by-side은(는) https://doubleshotsearch.download에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side."입니다.

확장 프로그램 스크린샷

screenshot

Double Shot Search: Query side-by-side 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side. In other words, this extension enables multi-search across two search engines at the same time by showing the result pages next to each other. This extension works best on high resolution screens.

The extension sets itself as the default search engine.                    

확장 프로그램 기본 정보

이름 Double Shot Search: Query side-by-side Double Shot Search: Query side-by-side
ID kddlkbpbepnaepdleclhdnfdpdogdhop
공식 URL https://chromewebstore.google.com/detail/double-shot-search-query/kddlkbpbepnaepdleclhdnfdpdogdhop
설명 Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side.
파일 크기 59.53 KB
설치 횟수 3,467
현재 버전 2.6
최근 업데이트 2021-03-16
출시 날짜 2020-04-28
평점 4.53/5 총 34 개의 평점
개발자 https://doubleshotsearch.download
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.doubleshotsearch.download/
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "purl.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "DoubleShotSearchLogo32.png",
        "default_popup": "instructions.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.doubleshotsearch.download\/images\/DoubleShotSearchLogo32.png",
            "is_default": true,
            "keyword": "doubleshot",
            "name": "Double Shot Search: Query Bing and Google side-by-side",
            "search_url": "https:\/\/www.doubleshotsearch.download\/chrome-extension\/search\/?q={searchTerms}"
        }
    },
    "description": "Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side.",
    "homepage_url": "https:\/\/www.doubleshotsearch.download\/",
    "icons": {
        "128": "DoubleShotSearchLogo128.png",
        "16": "DoubleShotSearchLogo16.png",
        "32": "DoubleShotSearchLogo32.png",
        "48": "DoubleShotSearchLogo48.png",
        "64": "DoubleShotSearchLogo64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoJeOwWNq78\/xBWnZzHYdJ52zeAAkLOLNX8uozbJqpnqpB\/jn7a72w0MgzsUe767nz4tnWx+9BT31WvvTaHGWlzKhsmMz1diedvIuncgS2B2GFVEe089ePatYKxIpY3FiDDNpdqnPFZHw9o2FOV5MgbwSNZJzUY\/krTDKZPFJ291TI0adKyAHEN5BHri01YeK7Hv1TxMQ5gsp3lrC7Q2GGcWEKiwxiSQ1Xmt3GaQxeA986+5jpk\/bHL5u8bmAujPfobNqbSM+hrsCIHegE\/guDeUb5Dw2Yq4yXcbvLHj6VdAPu7Biac3PVGs\/yMqiKH7308ao0jw6ng906XE++6BbjQIDAQAB",
    "manifest_version": 2,
    "name": "Double Shot Search: Query side-by-side",
    "omnibox": {
        "keyword": "ds"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "activeTab"
    ],
    "short_name": "Double Shot Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6",
    "web_accessible_resources": [
        "search.html"
    ]
}