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
擴展基本資訊
名稱 | Open in Google Maps |
ID | cinncpjcejdnoafflljjmgibkkgkigag |
官方網址 | 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" } } |