Advanced Search

Allows users to easily insert search operators for advanced searching on Google.

Advanced Search क्या है?

Advanced Search Mojave द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to easily insert search operators for advanced searching on Google."।

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

screenshot

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

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

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

                        The "Advanced Search" extension is a powerful and user-friendly tool that enhances your Google search experience. With this extension, you can effortlessly perform advanced searches using predefined queries and specialized operators. The extension provides a streamlined interface, allowing you to insert specific search parameters such as "user:", "post:", "location:", and "date:" directly into the search bar with the click of a button. Whether you're looking to refine your search results or perform complex queries, the "Advanced Search" extension simplifies the process, saving you time and providing you with more accurate and targeted search results. Take control of your search queries like never before with this convenient and intuitive extension.                    

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

नाम Advanced Search Advanced Search
ID mokpcamkabgckoegmpcdfflmkphbmpkc
आधिकारिक URL https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc
विवरण Allows users to easily insert search operators for advanced searching on Google.
फ़ाइल का आकार 350 KB
स्थापना संख्या 792
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-10-04
प्रकाशन तिथि 2023-08-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Mojave
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/mojaveextensions
सहायता पृष्ठ URL https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/mojaveextensions/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Advanced Search",
    "version": "1.1",
    "description": "Allows users to easily insert search operators for advanced searching on Google.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}