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
Hvad er Right Click Search Google in New Tab?
Right Click Search Google in New Tab er en Chrome-udvidelse udviklet af RickBlyth.com, og dens hovedfunktion er "Adds a right click menu option to search for the selected text on Google in a new tab".
Udvidelsesskærmbilleder
Download Right Click Search Google in New Tab-udvidelses-CRX-fil
Download Right Click Search Google in New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ppcfblmpdleopbnmicipapljlogolife |
| Officiel URL | https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife |
| Beskrivelse | Adds a right click menu option to search for the selected text on Google in a new tab |
| Filstørrelse | 13.99 KB |
| Antal Installationer | 83 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-08-16 |
| Udgivelsesdato | 2023-08-16 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | RickBlyth.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |