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."입니다.
확장 프로그램 스크린샷
Inspector for Google Maps JavaScript API 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |