Smelp
Get Yelp information in Seamless
什麼是Smelp?
Smelp是由orrybaram開發的Chrome擴展程式,該擴展的主要功能是“Get Yelp information in Seamless”。
擴展截圖
下載Smelp擴展crx文件
下載Smelp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Smelp |
ID | pcppjpmhpglhhbfopkmeohcpggngonah |
官方網址 | https://chromewebstore.google.com/detail/smelp/pcppjpmhpglhhbfopkmeohcpggngonah |
簡介 | Get Yelp information in Seamless |
檔案大小 | 292 KB |
安裝次數 | 57 |
目前版本 | 0.2.8 |
更新時間 | 2015-05-13 |
上架時間 | 2015-05-13 |
評分 | 2.60/5 共 10 次評分 |
開發者 | orrybaram |
付費類型 | free |
擴展官網 | https://github.com/orrybaram/Smelp |
說明頁面URL | https://github.com/orrybaram/Smelp/issues |
支援的語言 | 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" } } |