Map Replace
This extension will allow you to replace Google Maps with another mapping service on any web site.
Was ist Map Replace?
Map Replace ist eine Chrome-Erweiterung, die von Jonas Follesø, Mikael Brevik entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to replace Google Maps with another mapping service on any web site.".
Erweiterungsscreenshots
Map Replace-Erweiterungs-CRX-Datei herunterladen
Laden Sie Map Replace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Map Replace |
ID | kcaeeijmehodhlebigdekedaehnconpb |
Offizielle URL | https://chromewebstore.google.com/detail/map-replace/kcaeeijmehodhlebigdekedaehnconpb |
Beschreibung | This extension will allow you to replace Google Maps with another mapping service on any web site. |
Dateigröße | 218 KB |
Installationsanzahl | 1,152 |
Aktuelle Version | 0.1.0.0 |
Letztes Update | 2013-11-15 |
Veröffentlichungsdatum | 2013-11-15 |
Bewertung | 3.80/5 Insgesamt 15 Bewertungen |
Entwickler | Jonas Follesø, Mikael Brevik |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/follesoe/MapReplace |
Hilfeseite URL | https://github.com/follesoe/MapReplace |
Unterstützte Sprachen | 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", "*:\/\/*\/*" ] } |