Google Map 2 Ingress Intel Map
It will add the ability to open the Ingress Intel Map of the same location in Google Map.
Google Map 2 Ingress Intel Map란 무엇입니까?
Google Map 2 Ingress Intel Map은(는) smeghead에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It will add the ability to open the Ingress Intel Map of the same location in Google Map."입니다.
확장 프로그램 스크린샷
Google Map 2 Ingress Intel Map 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# Google Map 2 Ingress Intel Map # It'll add the Ingress button on google map. When you are viewing the map in google map, when you click the ingress button to open the same place in the Ingress Intel Map.
확장 프로그램 기본 정보
이름 | Google Map 2 Ingress Intel Map |
ID | cmoccnblfpgoffpdefdhiikpohfcnocf |
공식 URL | https://chromewebstore.google.com/detail/google-map-2-ingress-inte/cmoccnblfpgoffpdefdhiikpohfcnocf |
설명 | It will add the ability to open the Ingress Intel Map of the same location in Google Map. |
파일 크기 | 82.81 KB |
설치 횟수 | 1,935 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2015-07-28 |
출시 날짜 | 2015-07-27 |
평점 | 3.17/5 총 12 개의 평점 |
개발자 | smeghead |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Map 2 Ingress Intel Map", "version": "0.1.2", "short_name": "GoogleMap2IntelMap", "description": "It will add the ability to open the Ingress Intel Map of the same location in Google Map.", "icons": { "48": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/map*", "https:\/\/www.google.com.ar\/map*", "https:\/\/www.google.com.au\/map*", "https:\/\/www.google.com.br\/map*", "https:\/\/www.google.com.co\/map*", "https:\/\/www.google.com.do\/map*", "https:\/\/www.google.com.mx\/map*", "https:\/\/www.google.com.my\/map*", "https:\/\/www.google.com.pe\/map*", "https:\/\/www.google.com.sa\/map*", "https:\/\/www.google.com.sg\/map*", "https:\/\/www.google.com.tw\/map*", "https:\/\/www.google.com.ua\/map*", "https:\/\/www.google.ca\/map*", "https:\/\/www.google.ch\/map*", "https:\/\/www.google.cl\/map*", "https:\/\/www.google.co.cr\/map*", "https:\/\/www.google.co.hu\/map*", "https:\/\/www.google.co.id\/map*", "https:\/\/www.google.co.il\/map*", "https:\/\/www.google.co.in\/map*", "https:\/\/www.google.co.jp\/map*", "https:\/\/www.google.co.ma\/map*", "https:\/\/www.google.co.nz\/map*", "https:\/\/www.google.co.th\/map*", "https:\/\/www.google.co.uk\/map*", "https:\/\/www.google.co.ve\/map*", "https:\/\/www.google.co.za\/map*", "https:\/\/www.google.de\/map*", "https:\/\/www.google.es\/map*", "https:\/\/www.google.fi\/map*", "https:\/\/www.google.fr\/map*", "https:\/\/www.google.gr\/map*", "https:\/\/www.google.hr\/map*", "https:\/\/www.google.ie\/map*", "https:\/\/www.google.it\/map*", "https:\/\/www.google.jp\/map*", "https:\/\/www.google.lt\/map*", "https:\/\/www.google.nl\/map*", "https:\/\/www.google.pl\/map*", "https:\/\/www.google.pt\/map*", "https:\/\/www.google.ro\/map*", "https:\/\/www.google.ru\/map*", "https:\/\/www.google.se\/map*", "https:\/\/www.google.sk\/map*", "https:\/\/www.google.us\/map*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.7.2.js", "content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "icon.png" ] } |