Smelp
Get Yelp information in Seamless
Apa itu Smelp?
Smelp adalah ekstensi Chrome yang dikembangkan oleh orrybaram, dan fitur utamanya adalah "Get Yelp information in Seamless".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smelp
Unduh file ekstensi Smelp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
URL Resmi | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Deskripsi | Get Yelp information in Seamless |
Ukuran File | 292 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 0.2.8 |
Terakhir Diperbarui | 2015-05-13 |
Tanggal Publikasi | 2015-05-13 |
Penilaian | 2.60/5 Total 10 Penilaian |
Pengembang | orrybaram |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/orrybaram/Smelp |
URL Halaman Bantuan | https://github.com/orrybaram/Smelp/issues |
Bahasa yang Didukung | 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" } } |