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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension give you informations of how Google Maps API is implemented."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Inspector for Google Maps JavaScript API एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}