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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search with Google Instead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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