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

O que é Right Click Search Google in New Tab?

Right Click Search Google in New Tab é uma extensão do Chrome desenvolvida por RickBlyth.com, e sua principal característica é "Adds a right click menu option to search for the selected text on Google in a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Right Click Search Google in New Tab

Baixe arquivos de extensão Right Click Search Google in New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Right Click Search Google in New Tab Right Click Search Google in New Tab
ID ppcfblmpdleopbnmicipapljlogolife
URL Oficial https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife
Descrição Adds a right click menu option to search for the selected text on Google in a new tab
Tamanho do Arquivo 13.99 KB
Contagem de Instalações 83
Versão Atual 1.0
Última Atualização 2023-08-16
Data de Publicação 2023-08-16
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor RickBlyth.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}