Google Maps Tile Inspector

Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.

Google Maps Tile Inspector란 무엇입니까?

Google Maps Tile Inspector은(는) Picobots에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging."입니다.

확장 프로그램 스크린샷

screenshot

Google Maps Tile Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google Maps Tile Inspector allows web developers to quickly and easily identify map tiles in a Google Maps JavaScript API V3 map viewer by displaying a tile grid with Z/X/Y labels for each tile. Clicking an individual tile in the viewer sends the DOM element for the tile to the Chrome DevTools Console. You can activate this extension on any page with an embedded map by simply clicking the extension icon.                    

확장 프로그램 기본 정보

이름 Google Maps Tile Inspector Google Maps Tile Inspector
ID mkjkcelheeilpedflbcdonnllifhikoh
공식 URL https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh
설명 Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
파일 크기 1.26 MB
설치 횟수 157
현재 버전 1.2
최근 업데이트 2022-04-28
출시 날짜 2020-04-29
개발자 Picobots
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Maps Tile Inspector",
    "version": "1.2",
    "description": "Adds Z\/X\/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.",
    "manifest_version": 2,
    "minimum_chrome_version": "70",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128-inactive.png"
    },
    "permissions": [
        "activeTab"
    ]
}