map.geo.admin.ch Context Menu
Enables KML links to be opened in map.geo directly
What is map.geo.admin.ch Context Menu?
map.geo.admin.ch Context Menu is a Chrome extension developed by Unknown, and its main feature is "Enables KML links to be opened in map.geo directly".
Extension Screenshots
Download map.geo.admin.ch Context Menu Extension CRX File
Download map.geo.admin.ch Context Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | map.geo.admin.ch Context Menu |
ID | cioeifohfbebbhkknakkeihcgnmfnpmg |
Official URL | https://chromewebstore.google.com/detail/mapgeoadminch-context-men/cioeifohfbebbhkknakkeihcgnmfnpmg |
Description | Enables KML links to be opened in map.geo directly |
File Size | 3.44 KB |
Installation Count | 46 |
Current Version | 0.1 |
Last Updated | 2019-09-25 |
Publish Date | 2019-09-25 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |