Context Menu Search
Search for selected text using the context menu
O que é Context Menu Search?
Context Menu Search é uma extensão do Chrome desenvolvida por Roman Grinyov, e sua principal característica é "Search for selected text using the context menu".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Context Menu Search
Baixe arquivos de extensão Context Menu Search 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
Use the right-click menu to search for selected text in different search engines NOTE: - "downloads" permissions are required for export / import search engines - to prevent the loss of added search engines, export them - if you have any questions, please contact me by email Source code: https://github.com/w3lifer/crx-context-menu-search
Informações Básicas da Extensão
Nome | Context Menu Search |
ID | idpcgabojogahgmhdgnjkmdliaeeofka |
URL Oficial | https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka |
Descrição | Search for selected text using the context menu |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 3,025 |
Versão Atual | 1.6.11 |
Última Atualização | 2023-11-20 |
Data de Publicação | 2018-08-29 |
Classificação | 4.25/5 Total de 12 Avaliações |
Desenvolvedor | Roman Grinyov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Search for selected text using the context menu", "version": "1.6.11", "icons": { "16": "img\/icons\/search-zoom\/16x16.png", "48": "img\/icons\/search-zoom\/48x48.png", "128": "img\/icons\/search-zoom\/128x128.png" }, "permissions": [ "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/event-page.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |