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.
Wat is Search with Google Instead?
Search with Google Instead is een Chrome-extensie ontwikkeld door Alessandro Muraro, en de belangrijkste functie is "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search with Google Instead
Download Search with Google Instead-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 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.
Basisinformatie over de Extensie
Naam | Search with Google Instead |
ID | cdfkjclhhojbgnpidbejchhklnjbjfhh |
Officiële URL | https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh |
Beschrijving | You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you. |
Bestandsgrootte | 16.67 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2018-08-07 |
Publicatiedatum | 2018-08-07 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Alessandro Muraro |
Betalingswijze | free |
Extensiewebsite | https://alexmuraro.me |
Ondersteunde Talen | 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" ] } ] } |