Smelp
Get Yelp information in Seamless
Smelp là gì?
Smelp là một tiện ích mở rộng Chrome được phát triển bởi orrybaram, và tính năng chính của nó là "Get Yelp information in Seamless".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smelp
Tải xuống các tệp mở rộng Smelp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
URL Chính Thức | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
Mô tả | Get Yelp information in Seamless |
Kích Thước Tệp | 292 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.2.8 |
Cập Nhật Lần Cuối | 2015-05-13 |
Ngày Phát Hành | 2015-05-13 |
Đánh Giá | 2.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | orrybaram |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/orrybaram/Smelp |
URL Trang Trợ Giúp | https://github.com/orrybaram/Smelp/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |