Google Maps Tile Inspector

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

Was ist Google Maps Tile Inspector?

Google Maps Tile Inspector ist eine Chrome-Erweiterung, die von Picobots entwickelt wurde, und ihr Hauptmerkmal ist "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.".

Erweiterungsscreenshots

screenshot

Google Maps Tile Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Maps Tile Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Maps Tile Inspector Google Maps Tile Inspector
ID mkjkcelheeilpedflbcdonnllifhikoh
Offizielle URL https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh
Beschreibung Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Dateigröße 1.26 MB
Installationsanzahl 157
Aktuelle Version 1.2
Letztes Update 2022-04-28
Veröffentlichungsdatum 2020-04-29
Entwickler Picobots
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}