Right Click Search Google in New Tab
Adds a right click menu option to search for the selected text on Google in a new tab
Wat is Right Click Search Google in New Tab?
Right Click Search Google in New Tab is een Chrome-extensie ontwikkeld door RickBlyth.com, en de belangrijkste functie is "Adds a right click menu option to search for the selected text on Google in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Right Click Search Google in New Tab
Download Right Click Search Google in New Tab-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
Adds an option to search selected text on Google in a new tab (as per the old default behaviour when right clicking on selected text).
Basisinformatie over de Extensie
Naam | Right Click Search Google in New Tab |
ID | ppcfblmpdleopbnmicipapljlogolife |
Officiële URL | https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife |
Beschrijving | Adds a right click menu option to search for the selected text on Google in a new tab |
Bestandsgrootte | 13.99 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-08-16 |
Publicatiedatum | 2023-08-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | RickBlyth.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Search Google in New Tab", "version": "1.0", "description": "Adds a right click menu option to search for the selected text on Google in a new tab", "permissions": [ "contextMenus", "storage" ], "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "serviceworker.js" }, "options_ui": { "page": "popup.html", "open_in_tab": false } } |