Find In Map...

This extension lets you query an ArcGIS Online web map to find features matching the selected text.

Что такое Find In Map...?

Find In Map... - это расширение Chrome, разработанное rob dunfey, и его основная функция - "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Find In Map...

Скачайте файлы расширений Find In Map... в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension appends the selected text as a search term in ArcGIS Online URL.  By default it's configured to search the freely available ESRI topographic basemap.  Using the options page, you can change the default URL to an ArcGIS for Portal URL used by your organisation.                    

Основная информация о расширении

Название Find In Map... Find In Map...
ID ocimppdncgbdocgagceomheodkdmakda
Официальный URL https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda
Описание This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Размер файла 17.62 KB
Количество установок 151
Текущая Версия 0.0.2
Последнее Обновление 2018-01-25
Дата публикации 2018-01-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик rob dunfey
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find In Map...",
    "short_name": "Find In Map",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "description": "This extension lets you query an ArcGIS Online web map to find features matching the selected text.",
    "version": "0.0.2",
    "author": "Rob Dunfey @ gisconsultancy.com",
    "icons": {
        "16": "icon_16.ico",
        "32": "icon_32.ico",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "options.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}