Smelp
Get Yelp information in Seamless
Smelpคืออะไร?
Smelp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orrybaram และคุณลักษณะหลักของมันคือ "Get Yelp information in Seamless"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smelp
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |