Yelp Lite
Use Yelp Lite to search for places to eat, shop, drink, relax and play.
What is Yelp Lite?
Yelp Lite is a Chrome extension developed by zep004, and its main feature is "Use Yelp Lite to search for places to eat, shop, drink, relax and play.".
Extension Screenshots
Download Yelp Lite Extension CRX File
Download Yelp Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Looking for a burrito joint open now? An Irish pub nearby? A gas station you can drive to before your tank hits empty? Yelp Lite for Chrome is here to help. Use us to search for places to eat, shop, drink, relax and play then read reviews from an active community of locals in the know.
Extension Basic Information
Name | |
ID | dikbakdmgehiooeihhfpgboibgcoogbb |
Official URL | https://chrome.google.com/webstore/detail/yelp-lite/dikbakdmgehiooeihhfpgboibgcoogbb |
Description | Use Yelp Lite to search for places to eat, shop, drink, relax and play. |
File Size | 4.95 MB |
Installation Count | 156 |
Current Version | 1.1.0 |
Last Updated | 2015-03-16 |
Publish Date | 2015-03-16 |
Rating | 4.25/5 Total 4 Ratings |
Developer | zep004 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yelp Lite", "version": "1.1.0", "manifest_version": 2, "description": "Use Yelp Lite to search for places to eat, shop, drink, relax and play.", "icons": { "16": "img\/Yelp-16x16.png", "48": "img\/Yelp-48x48.png", "128": "img\/Yelp-128x128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/Yelp-16x16.png", "default_popup": "popup.html", "default_title": "Yelp" }, "web_accessible_resources": [ "css\/html5reset-1.6.1.css", "css\/default.css", "Assets\/main.css", "js\/lib\/ga_pokki.js", "js\/lib\/mootools-core-1.3-full-nocompat.js", "js\/lib\/mootools-1.2.4.4-more.js", "js\/popup.js", "js\/lib\/dialog.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/oauth.googlecode.com\/ https:\/\/*.googleapis.com\/ https:\/\/maps.gstatic.com\/ https:\/\/j.maxmind.com\/app\/geoip.js; object-src 'self'", "homepage_url": "https:\/\/www.pokki.com\/app\/Yelp", "permissions": [ "tabs", "background", "mangement", "*:\/\/*.yelp.com\/*", "http:\/\/www.geoplugin.net\/javascript.gp" ] } |