Try another search engine

Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results

O que é Try another search engine?

Try another search engine é uma extensão do Chrome desenvolvida por Soustruh, e sua principal característica é "Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Try another search engine

Baixe arquivos de extensão Try another search engine 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

                        Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results 

- This addon collects anonymous data about switching search engines (including query and source/target search engine).
- This behaviour can be turned off.
- The data collected do not include any information that could be used to identify users.                    

Informações Básicas da Extensão

Nome Try another search engine Try another search engine
ID gdkoeanholjahpfalimchapbhllmnmhn
URL Oficial https://chromewebstore.google.com/detail/try-another-search-engine/gdkoeanholjahpfalimchapbhllmnmhn
Descrição Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results
Tamanho do Arquivo 20.26 KB
Contagem de Instalações 46
Versão Atual 0.9.1
Última Atualização 2022-07-25
Data de Publicação 2018-06-18
Desenvolvedor Soustruh
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://krasty.sbeta.cz/hr-nice/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Try another search engine",
    "version": "0.9.1",
    "description": "Allows quick cycling through predefined search engines (Seznam \ud83d\udc36, Google, Bing & DuckDuckGo \ud83e\udd86) results",
    "icons": {
        "48": "icons\/ses_48.png"
    },
    "background": {
        "scripts": [
            "src\/common\/restoreOptions.js",
            "src\/background\/background.js",
            "src\/background\/http.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.seznam.cz\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/www.obrazky.cz\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "js": [
                "src\/common\/restoreOptions.js",
                "src\/content\/locations.js",
                "src\/content\/content-templates.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{14c48e36-100d-4d9b-a11a-890112654de9}"
        }
    }
}