Search on Yelp

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

Search on Yelpคืออะไร?

Search on Yelp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brass Nine Design และคุณลักษณะหลักของมันคือ "Adds a Search Yelp for ... to the context menu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search on Yelp

ดาวน์โหลดไฟล์ส่วนขยาย 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
}