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"
    }
}