Yelp Lite
Use Yelp Lite to search for places to eat, shop, drink, relax and play.
Yelp Liteとは何ですか?
Yelp Liteはzep004によって開発されたChromeの拡張機能で、その主な機能は「Use Yelp Lite to search for places to eat, shop, drink, relax and play.」です。
拡張機能のスクリーンショット
Yelp Lite拡張機能のCRXファイルをダウンロード
Yelp Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | dikbakdmgehiooeihhfpgboibgcoogbb |
公式URL | https://chrome.google.com/webstore/detail/yelp-lite/dikbakdmgehiooeihhfpgboibgcoogbb |
説明 | Use Yelp Lite to search for places to eat, shop, drink, relax and play. |
ファイルサイズ | 4.95 MB |
インストール数 | 156 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-03-16 |
公開日 | 2015-03-16 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | zep004 |
支払い方法 | free |
対応言語 | 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" ] } |