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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Enables KML links to be opened in map.geo directly".
Снимки экрана расширения
Скачать файл CRX расширения map.geo.admin.ch Context Menu
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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
} | |