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
公式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": [
                ""
            ],
            "css": [
                "gmLook.css"
            ]
        }
    ]
}