Map Replace
This extension will allow you to replace Google Maps with another mapping service on any web site.
Map Replace란 무엇입니까?
Map Replace은(는) Jonas Follesø, Mikael Brevik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to replace Google Maps with another mapping service on any web site."입니다.
확장 프로그램 스크린샷
Map Replace 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Map Replace let you replace Google Maps with maps from the Norwegian Mapping Authority, Finn.no (Norway) or Open Street Map. This Chrome Extension works on any web site that uses Google Maps, like Strava.com, Runkeeper.com and Movescount.com. The benefit of replacing Google Maps with other map providers is that they might provide better maps for certain areas. For example, the maps from the Norwegian Mapping Authority provides superior maps over Norway.
확장 프로그램 기본 정보
이름 | Map Replace |
ID | kcaeeijmehodhlebigdekedaehnconpb |
공식 URL | https://chromewebstore.google.com/detail/map-replace/kcaeeijmehodhlebigdekedaehnconpb |
설명 | This extension will allow you to replace Google Maps with another mapping service on any web site. |
파일 크기 | 218 KB |
설치 횟수 | 1,152 |
현재 버전 | 0.1.0.0 |
최근 업데이트 | 2013-11-15 |
출시 날짜 | 2013-11-15 |
평점 | 3.80/5 총 15 개의 평점 |
개발자 | Jonas Follesø, Mikael Brevik |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/follesoe/MapReplace |
도움말 페이지 URL | https://github.com/follesoe/MapReplace |
지원되는 언어 | en,no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/follesoe\/MapReplace", "version": "0.1.0.0", "manifest_version": 2, "author": "Jonas Folles\u00f8, Mikael Brevik, Hege R\u00f8kenes", "offline_enabled": false, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Map Replace", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*\/*" ] } |