Map Replace

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

Cos'è Map Replace?

Map Replace è un'estensione di Chrome sviluppata da Jonas Follesø, Mikael Brevik, e la sua funzione principale è "This extension will allow you to replace Google Maps with another mapping service on any web site.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Map Replace

Scarica i file di estensione Map Replace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Map Replace Map Replace
ID kcaeeijmehodhlebigdekedaehnconpb
URL Ufficiale https://chromewebstore.google.com/detail/map-replace/kcaeeijmehodhlebigdekedaehnconpb
Descrizione This extension will allow you to replace Google Maps with another mapping service on any web site.
Dimensione del File 218 KB
Conteggio Installazioni 1,152
Versione Corrente 0.1.0.0
Ultimo Aggiornamento 2013-11-15
Data di Pubblicazione 2013-11-15
Valutazione 3.80/5 Totale 15 Valutazioni
Sviluppatore Jonas Follesø, Mikael Brevik
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/follesoe/MapReplace
URL della Pagina di Aiuto https://github.com/follesoe/MapReplace
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}