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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Picobots และคุณลักษณะหลักของมันคือ "Adds Z/X/Y labels to Google Maps tiles for quick and easy tile inspection and debugging."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Maps Tile Inspector

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}