Smelp
Get Yelp information in Seamless
Was ist Smelp?
Smelp ist eine Chrome-Erweiterung, die von orrybaram entwickelt wurde, und ihr Hauptmerkmal ist "Get Yelp information in Seamless".
Erweiterungsscreenshots
Smelp-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smelp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
Offizielle URL | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Beschreibung | Get Yelp information in Seamless |
Dateigröße | 292 KB |
Installationsanzahl | 57 |
Aktuelle Version | 0.2.8 |
Letztes Update | 2015-05-13 |
Veröffentlichungsdatum | 2015-05-13 |
Bewertung | 2.60/5 Insgesamt 10 Bewertungen |
Entwickler | orrybaram |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/orrybaram/Smelp |
Hilfeseite URL | https://github.com/orrybaram/Smelp/issues |
Unterstützte Sprachen | 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" } } |