Google Maps Tile Inspector
Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Hvad er Google Maps Tile Inspector?
Google Maps Tile Inspector er en Chrome-udvidelse udviklet af Picobots, og dens hovedfunktion er "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.".
Udvidelsesskærmbilleder
Download Google Maps Tile Inspector-udvidelses-CRX-fil
Download Google Maps Tile Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Google Maps Tile Inspector |
ID | mkjkcelheeilpedflbcdonnllifhikoh |
Officiel URL | https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh |
Beskrivelse | Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging. |
Filstørrelse | 1.26 MB |
Antal Installationer | 157 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-04-28 |
Udgivelsesdato | 2020-04-29 |
Udvikler | Picobots |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |