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
Eメール [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
}