Advanced Search for Chrome

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

What is Advanced Search for Chrome?

Advanced Search for Chrome is a Chrome extension developed by https://dexeos.net, and its main feature is "Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia".

Extension Screenshots

screenshot
screenshot
screenshot

Download Advanced Search for Chrome Extension CRX File

Download Advanced Search for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Advanced Search for Chrome Advanced Search for Chrome
ID hddplepddicnloeicfmihmldbpllgmaf
Official URL https://chromewebstore.google.com/detail/advanced-search-for-chrom/hddplepddicnloeicfmihmldbpllgmaf
Description Search with secure and advanced results powered by Bing, Ask, Yahoo!, Wikipedia
File Size 3.13 MB
Installation Count 911
Current Version 1.013
Last Updated 2020-01-20
Publish Date 2020-01-13
Rating 5.00/5 Total 1 Ratings
Developer https://dexeos.net
Payment Type free
Privacy Policy Page URL https://www.dictation.tools/privacy.html
Supported Languages 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"
    }
}