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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Open in Google Maps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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