Search Enhancement

Adds links to Reddit, Wikipedia, Twitter directlly on Google search page

Search Enhancement क्या है?

Search Enhancement NewGuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        Help you quickly jump to the search page of other websites such as Twitter, Wikipedia or Reddit straight from Google's result page and keeping your search term in the new pages.
Just search any term on google and see the new links under the search bar.                    

एक्सटेंशन की मूल जानकारी

नाम Search Enhancement Search Enhancement
ID clengamlcdgnhjgcoafhlniadbnnilhp
आधिकारिक URL https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp
विवरण Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
फ़ाइल का आकार 6.45 KB
स्थापना संख्या 90
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-11-21
प्रकाशन तिथि 2022-11-20
डेवलपर NewGuy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Enhancement",
    "version": "2.0",
    "description": "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page",
    "icons": {
        "48": "icons\/search-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ]
}