Open Google :site Search

Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.

Open Google :site Search क्या है?

Open Google :site Search Mendy Leizerovich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search."।

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

screenshot

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

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

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

                        An easy way to open new tabs of Google searches with the prefix :site in addition you can add queries for the search.

The queries have to be separated by a new line.

Such as:
Domain: github.com
Queries:
microsoft
google

Will open:
1. site:github.com microsoft
2. site:github.com google

In order to open the tabs in an incognito window, you should:
1. Right-click the extension icon.
2. Click Manage extensions.
3. Toggle the Allow in incognito option.
4. Use the extension in an incognito window.

Uses the storage permission in order to let the user continue with the input values even if the popup closed.

---
Search SVG icon is from: https://heroicons.dev/.                    

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

नाम Open Google :site Search Open Google :site Search
ID mejfbineeogghdkgfegicofnndkoklhf
आधिकारिक URL https://chromewebstore.google.com/detail/open-google-site-search/mejfbineeogghdkgfegicofnndkoklhf
विवरण Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.
फ़ाइल का आकार 14.59 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-02-07
प्रकाशन तिथि 2020-12-26
डेवलपर Mendy Leizerovich
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mendz/go-to-site-search/tree/prepare-upload-to-store
सहायता पृष्ठ URL https://github.com/mendz/go-to-site-search/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Google :site Search",
    "short_name": "Search by :site",
    "description": "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Open :site search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/search-16x16.png",
        "32": "icons\/search-32x32.png",
        "48": "icons\/search-48x48.png",
        "60": "icons\/search-60x60.png",
        "128": "icons\/search-128x128.png"
    }
}