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 |
公式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" } } |