Map Replace

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

Τι είναι το Map Replace;

Το Map Replace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonas Follesø, Mikael Brevik, και η κύρια λειτουργία του είναι "This extension will allow you to replace Google Maps with another mapping service on any web site.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Map Replace

Λήψη αρχείων επέκτασης Map Replace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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",
        "*:\/\/*\/*"
    ]
}