Yelp to Google Maps
Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.
什么是Yelp to Google Maps?
Yelp to Google Maps是由sifxtreme开发的Chrome扩展程序,该扩展的主要功能是“Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.”。
扩展截图
下载Yelp to Google Maps扩展crx文件
下载Yelp to Google Maps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hate clicking on an address on Yelp and having it opening in Yelp maps? Use this extension to have the address from a Yelp restaurant page open in Google Maps.
扩展基本信息
名称 | |
ID | fpmjnpeaolcopddalaodjlabiplflnlb |
官方URL | https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb |
简介 | Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps. |
文件大小 | 37.11 KB |
安装次数 | 1,000 |
当前版本 | 1.0.2 |
更新时间 | 2015-05-17 |
上架时间 | 2015-05-17 |
评分 | 3.62/5 共13次评分 |
开发者 | sifxtreme |
付费类型 | free |
扩展官网 | http://www.lifesforlearning.com |
帮助页面URL | http://www.lifesforlearning.com |
隐私政策页面URL | https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yelp to Google Maps", "version": "1.0.2", "manifest_version": 2, "description": "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.yelp.com\/*", "https:\/\/www.yelp.com\/*" ], "js": [ "content.js" ] } ] } |