Map Replace
This extension will allow you to replace Google Maps with another mapping service on any web site.
Map Replace क्या है?
Map Replace Jonas Follesø, Mikael Brevik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to replace Google Maps with another mapping service on any web site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Map Replace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", "*:\/\/*\/*" ] } |