Search the Current Site

Search the current site using the most popular search engine

Search the Current Site क्या है?

Search the Current Site Jofen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the current site using the most popular search engine"।

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

screenshot
screenshot

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

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

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

                        Search the current site using Google.
- Search selected text on any website by a simple click of a button.
- Use the right-click menu to search for selected text on current website.
- Google is used to do a site search of whatever you want to search on the whole website.
It will make your life easy when browsing website that does not provide any search options.
Features in development:
- Option to add different search engines
- Customizable hotkeys
- Search current subdomain or the entire domain
- Search using multiple engines                    

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

नाम Search the Current Site Search the Current Site
ID jeofcjkhaibldgfbdhijbiakaoadcogn
आधिकारिक URL https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn
विवरण Search the current site using the most popular search engine
फ़ाइल का आकार 29.81 KB
स्थापना संख्या 618
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-09-17
प्रकाशन तिथि 2018-02-13
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Jofen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search the Current Site",
    "description": "Search the current site using the most popular search engine",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}