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.
Wat is Double Shot Search: Query side-by-side?
Double Shot Search: Query side-by-side is een Chrome-extensie ontwikkeld door https://doubleshotsearch.download, en de belangrijkste functie is "Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side.".
Extensie Screenshots
Download het CRX-bestand van de extensie Double Shot Search: Query side-by-side
Download Double Shot Search: Query side-by-side-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Double Shot Search: Query side-by-side |
ID | kddlkbpbepnaepdleclhdnfdpdogdhop |
Officiële URL | https://chromewebstore.google.com/detail/double-shot-search-query/kddlkbpbepnaepdleclhdnfdpdogdhop |
Beschrijving | Allows searching in both Bing and Google at the same time by showing the results from both search engines side by side. |
Bestandsgrootte | 59.53 KB |
Aantal Installaties | 3,467 |
Huidige Versie | 2.6 |
Laatst Bijgewerkt | 2021-03-16 |
Publicatiedatum | 2020-04-28 |
Beoordeling | 4.53/5 Totaal 34 Beoordelingen |
Ontwikkelaar | https://doubleshotsearch.download |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.doubleshotsearch.download/ |
Ondersteunde Talen | 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", " |