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
Qu'est-ce que Right Click Search Google in New Tab ?
Right Click Search Google in New Tab est une extension Chrome développée par RickBlyth.com, et sa fonction principale est "Adds a right click menu option to search for the selected text on Google in a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Right Click Search Google in New Tab
Téléchargez les fichiers d'extension Right Click Search Google in New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Right Click Search Google in New Tab |
ID | ppcfblmpdleopbnmicipapljlogolife |
URL Officiel | https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife |
Description | Adds a right click menu option to search for the selected text on Google in a new tab |
Taille du Fichier | 13.99 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-08-16 |
Date de Publication | 2023-08-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | RickBlyth.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |