Inspector for Google Maps JavaScript API
This extension give you informations of how Google Maps API is implemented.
Inspector for Google Maps JavaScript APIคืออะไร?
Inspector for Google Maps JavaScript API เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naya และคุณลักษณะหลักของมันคือ "This extension give you informations of how Google Maps API is implemented."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspector for Google Maps JavaScript API
ดาวน์โหลดไฟล์ส่วนขยาย Inspector for Google Maps JavaScript API ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy to use, this extension summarize how the Google Maps Javascript API's is implemented. Also, it provide advice on a possible implementation's optimization. Click once and know : - which version is implemented ; - which librairies are used ; - some tips to optimize the API usage ; Version History: 1.4.1.5 Add detection of Google Earth API Add detection iframe 1.4.1.0 Add some details about the type of the API version (Experimental, Release, Frozen, Deprecated) Add support of these versions : 3.17, 3.16 and 3.15
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inspector for Google Maps JavaScript API |
ID | dnabjecdalfmifnokifplpegmeglhibj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inspector-for-google-maps/dnabjecdalfmifnokifplpegmeglhibj |
คำอธิบาย | This extension give you informations of how Google Maps API is implemented. |
ขนาดไฟล์ | 45.25 KB |
จำนวนการติดตั้ง | 3,206 |
เวอร์ชันปัจจุบัน | 1.4.1.6 |
อัปเดตครั้งล่าสุด | 2014-06-25 |
วันที่เผยแพร่ | 2014-06-25 |
คะแนน | 4.18/5 รวมทั้งหมด 56 คะแนน |
ผู้พัฒนา | naya |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4.1.6", "author": "[email protected]", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/secure.flickr.com\/", "activeTab" ], "browser_action": { "default_icon": "icon16.png", "default_title": "__MSG_extName__" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |