Search on Yelp

Adds a Search Yelp for ... to the context menu

Search on Yelp क्या है?

Search on Yelp Brass Nine Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a Search Yelp for ... to the context menu"।

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

screenshot

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

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

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

                        Adds a "Search Yelp for ..." to your context menu.

Select text, right-click, and "Search Yelp for ..." will appear in the context menu. Clicking that takes you to a Yelp search results page for whatever you selected.

Does nothing else - doesn't add any toolbar icons, weird popups or overlays - it just adds a simple Search Yelp item to your context menu.

This extension is open source, and might be useful to you to make your own Search plugins for Chrome: https://github.com/b9chris/YelpSearch                    

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

नाम Search on Yelp Search on Yelp
ID eeddchiaakhophnaemblfgjcjifiahea
आधिकारिक URL https://chromewebstore.google.com/detail/search-on-yelp/eeddchiaakhophnaemblfgjcjifiahea
विवरण Adds a Search Yelp for ... to the context menu
फ़ाइल का आकार 8.22 KB
स्थापना संख्या 1,025
वर्तमान संस्करण 0.1
अंतिम अपडेट 2013-05-24
प्रकाशन तिथि 2013-05-24
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर Brass Nine Design
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/b9chris/YelpSearch
सहायता पृष्ठ URL https://github.com/b9chris/YelpSearch
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on Yelp",
    "description": "Adds a Search Yelp for ... to the context menu",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "yelpsearch.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}