Smelp
Get Yelp information in Seamless
Wat is Smelp?
Smelp is een Chrome-extensie ontwikkeld door orrybaram, en de belangrijkste functie is "Get Yelp information in Seamless".
Extensie Screenshots
Download het CRX-bestand van de extensie Smelp
Download Smelp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
Officiële URL | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Beschrijving | Get Yelp information in Seamless |
Bestandsgrootte | 292 KB |
Aantal Installaties | 57 |
Huidige Versie | 0.2.8 |
Laatst Bijgewerkt | 2015-05-13 |
Publicatiedatum | 2015-05-13 |
Beoordeling | 2.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | orrybaram |
Betalingswijze | free |
Extensiewebsite | https://github.com/orrybaram/Smelp |
Help Pagina-URL | https://github.com/orrybaram/Smelp/issues |
Ondersteunde Talen | 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" } } |