Right-click and Bing

Search for selected text using Bing

Right-click and Bing क्या है?

Right-click and Bing Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for selected text using Bing"।

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

screenshot

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

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

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

                        Please note that this is not an official app.
Select some text and right click it. Now you find "Bing for Selected Text" in it.                    

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

नाम Right-click and Bing Right-click and Bing
ID liolfjbonndblpeplpapcdpfcdgfeplb
आधिकारिक URL https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb
विवरण Search for selected text using Bing
फ़ाइल का आकार 8.65 KB
स्थापना संख्या 309
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2015-08-26
प्रकाशन तिथि 2015-08-26
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-click and Bing",
    "description": "Search for selected text using Bing",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}