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 là gì?

Google Maps Tile Inspector là một tiện ích mở rộng Chrome được phát triển bởi Picobots, và tính năng chính của nó là "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Maps Tile Inspector

Tải xuống các tệp mở rộng Google Maps Tile Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Maps Tile Inspector Google Maps Tile Inspector
ID mkjkcelheeilpedflbcdonnllifhikoh
URL Chính Thức https://chromewebstore.google.com/detail/google-maps-tile-inspecto/mkjkcelheeilpedflbcdonnllifhikoh
Mô tả Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging.
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-28
Ngày Phát Hành 2020-04-29
Nhà Phát Triển Picobots
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}