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
官方網址 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
}