Advanced Search for Chrome

Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia

什么是Advanced Search for Chrome?

Advanced Search for Chrome是由https://dexeos.net开发的Chrome扩展程序,该扩展的主要功能是“Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia”。

扩展截图

screenshot
screenshot
screenshot

下载Advanced Search for Chrome扩展crx文件

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

扩展使用说明

                        Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia

Switch easily between Bing, Wikipedia, Ask.com and Yahoo directly from your new tab page. Advanced Search for Chrome allows you to manage your favorite search providers all in one place.  Advanced Search will make Bing your search from Omni and New Tab but updating your preferences to Wikipedia, Ask, or Yahoo only takes one click. 

How does it work?
1. Choose your desired search engine straight from the new tab page
2. Search for any content you want both from your address bar the new tab page

How do I uninstall this extension?
Click on the Chrome Menu icon to open the menu, Click on Settings, On the left window pane click on Extensions, Choose the extension from the list, Click on the Trash bin icon to the right of the extension, then on the pop-up window click on the Remove button.

Welcome to Advanced Search for Chrome! Get started with the best search manager that offers web, image, video, and shopping results.

Thanks for using Advanced Search for Chrome.                    

扩展基本信息

名称 Advanced Search for Chrome Advanced Search for Chrome
ID hddplepddicnloeicfmihmldbpllgmaf
官方URL https://chromewebstore.google.com/detail/advanced-search-for-chrom/hddplepddicnloeicfmihmldbpllgmaf
简介 Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia
文件大小 3.13 MB
安装次数 911
当前版本 1.013
更新时间 2020-01-20
上架时间 2020-01-13
评分 5.00/5 共1次评分
开发者 https://dexeos.net
付费类型 free
隐私政策页面URL https://www.dictation.tools/privacy.html
支持的语言 en-US
manifest.json
{
    "version": "1.013",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Search for Chrome",
    "short_name": "Search Manager",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Manager",
            "keyword": "Search Manager",
            "search_url": "https:\/\/dexeos.net\/search?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/dexeos.net\/16.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "description": "Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png",
        "16": "\/img\/16.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/dexeos.net\/*",
        "storage",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "app.html"
    }
}