Simple Context Search
Right click on the selected text and select the search website from the context menu.
O que é Simple Context Search?
Simple Context Search é uma extensão do Chrome desenvolvida por Magic Dev, e sua principal característica é "Right click on the selected text and select the search website from the context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Context Search
Baixe arquivos de extensão Simple Context 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
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
Informações Básicas da Extensão
Nome | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
URL Oficial | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Descrição | Right click on the selected text and select the search website from the context menu. |
Tamanho do Arquivo | 10.85 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-08-31 |
Data de Publicação | 2021-08-31 |
Desenvolvedor | Magic Dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |