Simple = Select + Search

Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.

O que é Simple = Select + Search?

Simple = Select + Search é uma extensão do Chrome desenvolvida por https://simpleselectsearch.com, e sua principal característica é "Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple = Select + Search

Baixe arquivos de extensão Simple = Select + 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

                        It's simple: select some text, right-click, and search on your preferred search engines.

Configuring your search engines is very easy: There are multiple pre-configured search engines to pick from (like Amazon, BBC, CNN, etc.), plus you can add any other you might like. To add new search engines, follow instructions in the Help section of the Options page.

Once a new search engine is configured, it will show up the next time you select some text in your browser, right-click it, and go to the Simple = Select + Search menu option.

I'ts my first public extension. I hope you like it.                    

Informações Básicas da Extensão

Nome Simple = Select + Search Simple = Select + Search
ID aagminaekdpcfimcbhknlgjmpnnnmooo
URL Oficial https://chromewebstore.google.com/detail/simple-select-+-search/aagminaekdpcfimcbhknlgjmpnnnmooo
Descrição Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.
Tamanho do Arquivo 438 KB
Contagem de Instalações 31,380
Versão Atual 0.7.3
Última Atualização 2023-06-29
Data de Publicação 2019-07-06
Classificação 4.56/5 Total de 208 Avaliações
Desenvolvedor https://simpleselectsearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://simpleselectsearch.com/
URL da Página de Ajuda https://twitter.com/#!/frenetix_
Idiomas Suportados de,en,fr,nl,vi,tr,ca,da,it,hu,pl,ro,fi,cs,el,sr,ru,uk,iw,fa,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "S=S+S",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "0.7.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/sss.background.js"
        ]
    },
    "options_page": "options.html"
}