Search with Google Instead
You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
Was ist Search with Google Instead?
Search with Google Instead ist eine Chrome-Erweiterung, die von Alessandro Muraro entwickelt wurde, und ihr Hauptmerkmal ist "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".
Erweiterungsscreenshots
Search with Google Instead-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search with Google Instead-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.
Grundlegende Informationen zur Erweiterung
Name | Search with Google Instead |
ID | cdfkjclhhojbgnpidbejchhklnjbjfhh |
Offizielle URL | https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh |
Beschreibung | You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you. |
Dateigröße | 16.67 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.01 |
Letztes Update | 2018-08-07 |
Veröffentlichungsdatum | 2018-08-07 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Alessandro Muraro |
Zahlungsart | free |
Erweiterungswebsite | https://alexmuraro.me |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search with Google Instead", "short_name": "Google Instead", "version": "1.01", "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.", "author": "Alessandro Muraro", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/?*", "https:\/\/www.bing.com\/search?*" ], "js": [ "main.js" ] } ] } |