Search on Yelp
Adds a Search Yelp for ... to the context menu
Cos'è Search on Yelp?
Search on Yelp è un'estensione di Chrome sviluppata da Brass Nine Design, e la sua funzione principale è "Adds a Search Yelp for ... to the context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search on Yelp
Scarica i file di estensione Search on Yelp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Search on Yelp |
ID | eeddchiaakhophnaemblfgjcjifiahea |
URL Ufficiale | https://chromewebstore.google.com/detail/search-on-yelp/eeddchiaakhophnaemblfgjcjifiahea |
Descrizione | Adds a Search Yelp for ... to the context menu |
Dimensione del File | 8.22 KB |
Conteggio Installazioni | 1,025 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-05-24 |
Data di Pubblicazione | 2013-05-24 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | Brass Nine Design |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/b9chris/YelpSearch |
URL della Pagina di Aiuto | https://github.com/b9chris/YelpSearch |
Lingue Supportate | 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 } |