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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Maps Tile Inspector
قم بتنزيل ملفات الامتداد Google Maps Tile Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |