DuckDuckGo: Search on Google
Adds a link for searching the same query on other search engines.
Wat is DuckDuckGo: Search on Google?
DuckDuckGo: Search on Google is een Chrome-extensie ontwikkeld door Georgios Giannoutsos Barkas, en de belangrijkste functie is "Adds a link for searching the same query on other search engines.".
Extensie Screenshots
Download het CRX-bestand van de extensie DuckDuckGo: Search on Google
Download DuckDuckGo: Search on Google-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
This is an unofficial extension. Adds a link above the results, for executing the same search on different search engines. You can select the search engine in the options page. Available search engines: - Google - Bing - Yahoo - Aol - Excite (ofc)
Basisinformatie over de Extensie
Naam | |
ID | hpmhcekjflgjeddmkbbcfkjdggdheiff |
Officiële URL | https://chrome.google.com/webstore/detail/duckduckgo-search-on-goog/hpmhcekjflgjeddmkbbcfkjdggdheiff |
Beschrijving | Adds a link for searching the same query on other search engines. |
Bestandsgrootte | 27.25 KB |
Aantal Installaties | 40,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-05-31 |
Publicatiedatum | 2019-08-16 |
Beoordeling | 4.82/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Georgios Giannoutsos Barkas |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://nuc.gr/privacy-policy-chrome-extension.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuckDuckGo: Search on Google", "version": "0.0.1", "manifest_version": 2, "description": "Adds a link for searching the same query on other search engines.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "*:\/\/duckduckgo.com\/*" ], "options_page": "options.html", "content_scripts": [ { "js": [ "inject.js" ], "css": [ "inject.css" ], "matches": [ "*:\/\/duckduckgo.com\/*" ] } ] } |