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 |
官方網址 | 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" ] } |