Presto Search

Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.

O que é Presto Search?

Presto Search é uma extensão do Chrome desenvolvida por http://presto-search.com, e sua principal característica é "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Presto Search

Baixe arquivos de extensão Presto 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 Presto Search, featuring Yahoo Search, to quickly access the relevant information, videos, images, and answers from across the web.

EULA: http://infospace.com/downloadable/terms/eula.html
 
Privacy Policy: http://infospace.com/downloadable/terms/privacy.html
 
You can uninstall this extension at any time.                    

Informações Básicas da Extensão

Nome Presto Search Presto Search
ID agbpdbjnmlgldkepgkfaimemhaobhmig
URL Oficial https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig
Descrição Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Tamanho do Arquivo 19.2 KB
Contagem de Instalações 36
Versão Atual 0.1.24
Última Atualização 2018-05-10
Data de Publicação 2018-05-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://presto-search.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://presto-search.com
URL da Página de Política de Privacidade https://search-ace.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presto Search",
    "version": "0.1.24",
    "description": "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.",
    "author": "System 1, LLC",
    "icons": {
        "16": "assets\/img\/logo16.png",
        "48": "assets\/img\/logo48.png",
        "128": "assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_title": "Presto Search"
    },
    "permissions": [
        "tabs",
        "http:\/\/presto-search.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/newTab.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.presto-search.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Yahoo",
            "instant_url": "http:\/\/presto-search.com\/redirect.html",
            "search_url": "http:\/\/presto-search.com\/redirect.html?q={searchTerms}",
            "favicon_url": "http:\/\/presto-search.com\/logo16.png",
            "keyword": "Yahoo",
            "encoding": "UTF-8",
            "alternate_urls": [],
            "search_url_post_params": "",
            "instant_url_post_params": "",
            "is_default": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com  https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "images\/*",
        "https:\/\/*.google-analytics.com\/**\/*",
        "https:\/\/tagmanager.google.com\/*",
        "js\/gtm.js",
        "insp.localstorage.js"
    ]
}