Google Maps Tile Inspector

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

O que é Google Maps Tile Inspector?

Google Maps Tile Inspector é uma extensão do Chrome desenvolvida por Picobots, e sua principal característica é "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Maps Tile Inspector

Baixe arquivos de extensão Google Maps Tile Inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Maps Tile Inspector Google Maps Tile Inspector
ID mkjkcelheeilpedflbcdonnllifhikoh
URL Oficial https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh
Descrição Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Tamanho do Arquivo 1.26 MB
Contagem de Instalações 157
Versão Atual 1.2
Última Atualização 2022-04-28
Data de Publicação 2020-04-29
Desenvolvedor Picobots
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}