map.geo.admin.ch Context Menu

Enables KML links to be opened in map.geo directly

Vad är map.geo.admin.ch Context Menu?

map.geo.admin.ch Context Menu är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Enables KML links to be opened in map.geo directly".

Tilläggsskärmbilder

Ladda ner map.geo.admin.ch Context Menu-förlängningens CRX-fil

Ladda ner map.geo.admin.ch Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn map.geo.admin.ch Context Menu map.geo.admin.ch Context Menu
ID cioeifohfbebbhkknakkeihcgnmfnpmg
Officiell webbadress https://chromewebstore.google.com/detail/mapgeoadminch-context-men/cioeifohfbebbhkknakkeihcgnmfnpmg
Beskrivning Enables KML links to be opened in map.geo directly
Filstorlek 3.44 KB
Antal Installationer 46
Aktuell Version 0.1
Senast Uppdaterad 2019-09-25
Publiceringsdatum 2019-09-25
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}