Google Maps Tile Inspector
Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
什么是Google Maps Tile Inspector?
Google Maps Tile Inspector是由Picobots开发的Chrome扩展程序,该扩展的主要功能是“Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.”。
扩展截图
下载Google Maps Tile Inspector扩展crx文件
下载Google Maps Tile Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Google Maps Tile Inspector |
ID | mkjkcelheeilpedflbcdonnllifhikoh |
官方URL | https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh |
简介 | Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging. |
文件大小 | 1.26 MB |
安装次数 | 157 |
当前版本 | 1.2 |
更新时间 | 2022-04-28 |
上架时间 | 2020-04-29 |
开发者 | Picobots |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |