Google Maps Tile Inspector

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

Cos'è Google Maps Tile Inspector?

Google Maps Tile Inspector è un'estensione di Chrome sviluppata da Picobots, e la sua funzione principale è "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Maps Tile Inspector

Scarica i file di estensione Google Maps Tile Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Maps Tile Inspector Google Maps Tile Inspector
ID mkjkcelheeilpedflbcdonnllifhikoh
URL Ufficiale https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh
Descrizione Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Dimensione del File 1.26 MB
Conteggio Installazioni 157
Versione Corrente 1.2
Ultimo Aggiornamento 2022-04-28
Data di Pubblicazione 2020-04-29
Sviluppatore Picobots
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}