Search with quotes

Exact words in quotes on Google Search

Search with quotes क्या है?

Search with quotes satoshixsea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exact words in quotes on Google Search"।

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

screenshot
screenshot

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

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

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

                        Search for an exact word or phrase.

検索したワードをダブルクォーテーションで囲んで検索し直します。

https://support.google.com/websearch/answer/136861?hl=en                    

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

नाम Search with quotes Search with quotes
ID agpkbliejnbblnpapldbbofkjficpjod
आधिकारिक URL https://chromewebstore.google.com/detail/search-with-quotes/agpkbliejnbblnpapldbbofkjficpjod
विवरण Exact words in quotes on Google Search
फ़ाइल का आकार 12.17 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-04-06
प्रकाशन तिथि 2014-04-06
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर satoshixsea
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with quotes",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Exact words in quotes on Google Search",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}