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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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",
        "*:\/\/*\/*"
    ]
}