map.geo.admin.ch Context Menu

Enables KML links to be opened in map.geo directly

Wat is map.geo.admin.ch Context Menu?

map.geo.admin.ch Context Menu is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enables KML links to be opened in map.geo directly".

Extensie Screenshots

Download het CRX-bestand van de extensie map.geo.admin.ch Context Menu

Download map.geo.admin.ch Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam map.geo.admin.ch Context Menu map.geo.admin.ch Context Menu
ID cioeifohfbebbhkknakkeihcgnmfnpmg
Officiële URL https://chromewebstore.google.com/detail/mapgeoadminch-context-men/cioeifohfbebbhkknakkeihcgnmfnpmg
Beschrijving Enables KML links to be opened in map.geo directly
Bestandsgrootte 3.44 KB
Aantal Installaties 46
Huidige Versie 0.1
Laatst Bijgewerkt 2019-09-25
Publicatiedatum 2019-09-25
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}