Map Replace

This extension will allow you to replace Google Maps with another mapping service on any web site.

Qu'est-ce que Map Replace ?

Map Replace est une extension Chrome développée par Jonas Follesø, Mikael Brevik, et sa fonction principale est "This extension will allow you to replace Google Maps with another mapping service on any web site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Map Replace

Téléchargez les fichiers d'extension Map Replace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Map Replace Map Replace
ID kcaeeijmehodhlebigdekedaehnconpb
URL Officiel https://chromewebstore.google.com/detail/map-replace/kcaeeijmehodhlebigdekedaehnconpb
Description This extension will allow you to replace Google Maps with another mapping service on any web site.
Taille du Fichier 218 KB
Nombre d'Installations 1,152
Version Actuelle 0.1.0.0
Dernière Mise à Jour 2013-11-15
Date de Publication 2013-11-15
Évaluation 3.80/5 Total 15 Évaluations
Développeur Jonas Follesø, Mikael Brevik
Type de Paiement free
Site Web de l'Extension https://github.com/follesoe/MapReplace
URL de la Page d'Aide https://github.com/follesoe/MapReplace
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}