Maps URL Converter

Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo

Maps URL Converter là gì?

Maps URL Converter là một tiện ích mở rộng Chrome được phát triển bởi https://lamphanviet.com, và tính năng chính của nó là "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Maps URL Converter

Tải xuống các tệp mở rộng Maps URL Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Maps URL Converter

You're browsing Google Maps and want to access the same location on Bing Maps to compare their maps ?
You need only one click (actually two clicks) to do it by using this tool.

This will parsing your current URL and convert it to these URLs for: Google Maps, Bing Maps, OpenStreetMaps.

Warning: This only works if the current maps have lat/long/zoom on the URL and it changes dynamically when you move the maps.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Maps URL Converter Maps URL Converter
ID ehnoijojkgigcmlimlndncbdfcmmlgmi
URL Chính Thức https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi
Mô tả Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 1,115
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-03-27
Ngày Phát Hành 2014-03-26
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://lamphanviet.com
Loại Thanh Toán free
Trang Web Mở Rộng http://lamphanviet.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maps URL Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}