Smelp
Get Yelp information in Seamless
What is Smelp?
Smelp is a Chrome extension developed by orrybaram, and its main feature is "Get Yelp information in Seamless".
Extension Screenshots
Download Smelp Extension CRX File
Download Smelp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
Official URL | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Description | Get Yelp information in Seamless |
File Size | 292 KB |
Installation Count | 57 |
Current Version | 0.2.8 |
Last Updated | 2015-05-13 |
Publish Date | 2015-05-13 |
Rating | 2.60/5 Total 10 Ratings |
Developer | orrybaram |
Payment Type | free |
Extension Website | https://github.com/orrybaram/Smelp |
Help Page URL | https://github.com/orrybaram/Smelp/issues |
Supported Languages | 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" } } |