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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}