Overland Maps

This extension will allow you to move between map sources

什么是Overland Maps?

Overland Maps是由Duncan Margetts开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you to move between map sources”。

扩展截图

screenshot

下载Overland Maps扩展crx文件

下载Overland Maps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to jump from ExplorOz Topo, Google Maps, Hema Cloud or Open Streetmap to the same location and zoom level in another map.                    

扩展基本信息

名称 Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
官方URL https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
简介 This extension will allow you to move between map sources
文件大小 23.38 KB
安装次数 33
当前版本 1.0
更新时间 2020-01-30
上架时间 2020-01-30
开发者 Duncan Margetts
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overland Maps",
    "description": "This extension will allow you to move between map sources",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}