Presto Search

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

什么是Presto Search?

Presto Search是由http://presto-search.com开发的Chrome扩展程序,该扩展的主要功能是“Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.”。

扩展截图

screenshot

下载Presto Search扩展crx文件

下载Presto Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Presto Search Presto Search
ID agbpdbjnmlgldkepgkfaimemhaobhmig
官方URL https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig
简介 Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
文件大小 19.2 KB
安装次数 36
当前版本 0.1.24
更新时间 2018-05-10
上架时间 2018-05-10
评分 5.00/5 共1次评分
开发者 http://presto-search.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://presto-search.com
隐私政策页面URL https://search-ace.com/privacy
支持的语言 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"
    ]
}