Search the current site

A toolbar button to search all pages of any website using Google.

Search the current site क्या है?

Search the current site https://tobias-schmidbauer.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A toolbar button to search all pages of any website using Google."।

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

screenshot
screenshot

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

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

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

                        Search any site you're on by the simple click of a button.  The search is done not only on the 1 page you are viewing as [Ctrl]+[F] does but instead Google is used to "site search" within ALL pages of the site.

How to customize:
Right-click the 🔍 "Search this site" button, then click "Options".  See second screenshot above for what options are available.

________________________________

Want the same functionality for searching websites in Firefox? Install the "Site Searcher" add-on from
https://addons.mozilla.org/addon/site-searcher/                    

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

नाम Search the current site Search the current site
ID jliolpcnkmolaaecncdfeofombdekjcp
आधिकारिक URL https://chromewebstore.google.com/detail/search-the-current-site/jliolpcnkmolaaecncdfeofombdekjcp
विवरण A toolbar button to search all pages of any website using Google.
फ़ाइल का आकार 69 KB
स्थापना संख्या 104,764
वर्तमान संस्करण 9.4
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2020-01-16
रेटिंग 4.52/5 कुल 319 रेटिंग्स
डेवलपर https://tobias-schmidbauer.de
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://spreadsheets.google.com/spreadsheet/viewform?formkey=dFFERkFfaFV6QTJJS284YWtueEV1QVE6MQ
समर्थित भाषाएँ id,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "9.4",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "punycodeconverter.js",
            "functions.js",
            "options_storage.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "__MSG_Search_this_site__",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35"
}