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ファイルをダウンロード
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 |
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 } |