Open in Google Maps
Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
什么是Open in Google Maps?
Open in Google Maps是由https://garbageoverflow.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.”。
扩展截图
下载Open in Google Maps扩展crx文件
下载Open in Google Maps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension let you open addresses in Google Maps without having to go to google maps in a separate tab.
Helps a lot if you are looking at real estates websites and want to quickly lookup addresses.
How to use -
1 - Install the plugin
2 - Highlight or select the address
3 - Click on the red map pin in the right top corner 扩展基本信息
| 名称 | |
| ID | cinncpjcejdnoafflljjmgibkkgkigag |
| 官方URL | https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag |
| 简介 | Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page. |
| 文件大小 | 7.19 KB |
| 安装次数 | 28,569 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-02-18 |
| 上架时间 | 2015-02-18 |
| 评分 | 4.45/5 共42次评分 |
| 开发者 | https://garbageoverflow.blogspot.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Open in Google Maps",
"description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.",
"version": "1.2",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |