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...是由rob dunfey开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you query an ArcGIS Online web map to find features matching the selected text.”。

扩展截图

screenshot
screenshot
screenshot

下载Find In Map...扩展crx文件

下载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
}