Search on Yelp

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

What is Search on Yelp?

Search on Yelp is a Chrome extension developed by Brass Nine Design, and its main feature is "Adds a Search Yelp for ... to the context menu".

Extension Screenshots

screenshot

Download Search on Yelp Extension CRX File

Download Search on Yelp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Search on Yelp Search on Yelp
ID eeddchiaakhophnaemblfgjcjifiahea
Official URL https://chromewebstore.google.com/detail/search-on-yelp/eeddchiaakhophnaemblfgjcjifiahea
Description Adds a Search Yelp for ... to the context menu
File Size 8.22 KB
Installation Count 1,025
Current Version 0.1
Last Updated 2013-05-24
Publish Date 2013-05-24
Rating 4.45/5 Total 11 Ratings
Developer Brass Nine Design
Payment Type free
Extension Website https://github.com/b9chris/YelpSearch
Help Page URL https://github.com/b9chris/YelpSearch
Supported Languages 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
}