Google Maps Tile Inspector
Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Co je Google Maps Tile Inspector?
Google Maps Tile Inspector je rozšíření Chrome vyvinuté Picobots, a jeho hlavní funkcí je „Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Maps Tile Inspector
Stáhněte si soubory rozšíření Google Maps Tile Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Maps Tile Inspector |
ID | mkjkcelheeilpedflbcdonnllifhikoh |
Oficiální URL | https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh |
Popis | Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging. |
Velikost souboru | 1.26 MB |
Počet instalací | 157 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-04-28 |
Datum Vydání | 2020-04-29 |
Vývojář | Picobots |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |