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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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", "*:\/\/*\/*" ] } |