Smelp
Get Yelp information in Seamless
Co to jest Smelp?
Smelp to rozszerzenie Chrome opracowane przez orrybaram, a jego główną funkcją jest „Get Yelp information in Seamless”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smelp
Pobierz pliki rozszerzeń Smelp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Seamless rating usually don't cut it, so now you can make better decisions by looking at Yelp reviews and Foursquare tips for all Seamless restaurants.
Podstawowe informacje o rozszerzeniu
Nazwa | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
Oficjalny URL | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Opis | Get Yelp information in Seamless |
Rozmiar pliku | 292 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 0.2.8 |
Ostatnia Aktualizacja | 2015-05-13 |
Data Publikacji | 2015-05-13 |
Ocena | 2.60/5 Łącznie 10 Oceny |
Deweloper | orrybaram |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/orrybaram/Smelp |
Adres URL Strony Pomocy | https://github.com/orrybaram/Smelp/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smelp", "version": "0.2.8", "manifest_version": 2, "description": "Get Yelp information in Seamless", "permissions": [ "http:\/\/www.seamless.com\/", "http:\/\/netflixrottenizer.appspot.com\/", "http:\/\/localhost:11090\/", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.seamless.com\/*" ], "js": [ "jquery.min.js", "lodash.js", "smelp.js" ], "css": [ "smelp.css" ] } ], "web_accessible_resources": [ "img\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |