Quick Maps

Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!

Quick Maps란 무엇입니까?

Quick Maps은(는) http://www.quickmaps.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Maps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get a Google Map™ for any location in just a second.
Simply hover the mouse over an adress on any website and get a handy Google Map™ box right next to it.

Alternatively you can highlight a location name (e.g. New York) in a text, right-click and select "Search with QuickMaps".

Quick Maps currently works for the following address-formats:
• United States
• United Kingdom
• Germany
• France
• Spain
• Italy
• and many more...

We´ll be expanding the list of supported countries in the near future and make sure the automatic address detection will work more reliable
Since the add-on is brand new, please don´t be too harsh with your ratings.
We´d like to improve Quick Maps, so we´re happy about your feedback!                    

확장 프로그램 기본 정보

이름 Quick Maps Quick Maps
ID bgbojmobaekecckmomemopckmeipecij
공식 URL https://chrome.google.com/webstore/detail/bgbojmobaekecckmomemopckmeipecij
설명 Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!
파일 크기 56.82 KB
설치 횟수 17,407
현재 버전 2.3
최근 업데이트 2015-05-01
출시 날짜 2015-05-01
평점 3.96/5 총 239 개의 평점
개발자 http://www.quickmaps.me
결제 유형 free
확장 프로그램 웹 사이트 http://www.quickmaps.me
도움말 페이지 URL http://www.quickmaps.me/about.php
지원되는 언어 de,en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "http:\/\/www.quickmaps.me",
    "default_locale": "en",
    "version": "2.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tooltip.css"
            ],
            "js": [
                "js\/config.js",
                "js\/debug.js",
                "js\/request.js",
                "js\/dom_handle.js",
                "js\/init.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/install.js",
            "js\/context_menu.js"
        ]
    }
}