Glat/Glong

Find the precise latitude and longitude of any point on Google Maps.

Glat/Glong란 무엇입니까?

Glat/Glong은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the precise latitude and longitude of any point on Google Maps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Glat/Glong 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension adds a red dot at the center of Google Maps maps. Clicking the dot reveals the center's coordinates — as an alert box (Mac/Linux only), and in Chrome's developer console (Mac/Linux/Windows).

Glat/Glong works on both the new ("preview") and old versions Google Maps.

--- 

# Privacy

Glat/Glong does not collect any data, or share your data or actions with anybody.

Glat/Glong does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.                    

확장 프로그램 기본 정보

이름 Glat/Glong Glat/Glong
ID meaobcmdlboddjbegokabeiikckmkpli
공식 URL https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli
설명 Find the precise latitude and longitude of any point on Google Maps.
파일 크기 11.31 KB
설치 횟수 179
현재 버전 0.1.0
최근 업데이트 2014-02-04
출시 날짜 2014-02-03
평점 3.50/5 총 2 개의 평점
개발자 Unknown
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jsvine/glat-glong
도움말 페이지 URL https://github.com/jsvine/glat-glong/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glat\/Glong",
    "description": "Find the precise latitude and longitude of any point on Google Maps.",
    "version": "0.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/maps\/*",
                "*:\/\/maps.google.com\/*"
            ],
            "js": [
                "js\/glat-glong.js"
            ]
        }
    ]
}