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是由naya開發的Chrome擴展程式,該擴展的主要功能是“This extension give you informations of how Google Maps API is implemented.”。

擴展截圖

screenshot
screenshot

下載Inspector for Google Maps JavaScript API擴展crx文件

下載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 Inspector for Google Maps JavaScript API
ID dnabjecdalfmifnokifplpegmeglhibj
官方網址 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": [
                ""
            ],
            "css": [
                "gmLook.css"
            ]
        }
    ]
}