Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

Search with Google Insteadとは何ですか?

Search with Google InsteadはAlessandro Muraroによって開発されたChromeの拡張機能で、その主な機能は「You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Search with Google Instead拡張機能のCRXファイルをダウンロード

Search with Google Instead拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

拡張機能の基本情報

名前 Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
公式URL https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
説明 You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
ファイルサイズ 16.67 KB
インストール数 44
現在のバージョン 1.01
最終更新日 2018-08-07
公開日 2018-08-07
評価 4.00/5 合計 3 レビュー
開発者 Alessandro Muraro
支払い方法 free
拡張機能のウェブサイト https://alexmuraro.me
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}