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"입니다.
확장 프로그램 스크린샷
Search on Yelp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |