map.geo.admin.ch Context Menu

Enables KML links to be opened in map.geo directly

什么是map.geo.admin.ch Context Menu?

map.geo.admin.ch Context Menu是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Enables KML links to be opened in map.geo directly”。

扩展截图

下载map.geo.admin.ch Context Menu扩展crx文件

下载map.geo.admin.ch Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Right click on any link that points to a KML file and select the menu entry to open the KML file inside map.geo.admin.ch                    

扩展基本信息

名称 map.geo.admin.ch Context Menu map.geo.admin.ch Context Menu
ID cioeifohfbebbhkknakkeihcgnmfnpmg
官方URL https://chromewebstore.google.com/detail/mapgeoadminch-context-men/cioeifohfbebbhkknakkeihcgnmfnpmg
简介 Enables KML links to be opened in map.geo directly
文件大小 3.44 KB
安装次数 46
当前版本 0.1
更新时间 2019-09-25
上架时间 2019-09-25
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "map.geo.admin.ch Context Menu",
    "description": "Enables KML links to be opened in map.geo directly",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "openKML.js"
        ]
    },
    "manifest_version": 2
}