Search on Yelp

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

Search on Yelp là gì?

Search on Yelp là một tiện ích mở rộng Chrome được phát triển bởi Brass Nine Design, và tính năng chính của nó là "Adds a Search Yelp for ... to the context menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search on Yelp

Tải xuống các tệp mở rộng Search on Yelp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search on Yelp Search on Yelp
ID eeddchiaakhophnaemblfgjcjifiahea
URL Chính Thức https://chromewebstore.google.com/detail/search-on-yelp/eeddchiaakhophnaemblfgjcjifiahea
Mô tả Adds a Search Yelp for ... to the context menu
Kích Thước Tệp 8.22 KB
Số Lần Cài Đặt 1,025
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-05-24
Ngày Phát Hành 2013-05-24
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Brass Nine Design
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/b9chris/YelpSearch
URL Trang Trợ Giúp https://github.com/b9chris/YelpSearch
Ngôn Ngữ Được Hỗ Trợ 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
}