Search on Yelp

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

什么是Search on Yelp?

Search on Yelp是由Brass Nine Design开发的Chrome扩展程序,该扩展的主要功能是“Adds a Search Yelp for ... to the context menu”。

扩展截图

screenshot

下载Search on Yelp扩展crx文件

下载Search on Yelp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}