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.”。
擴展截圖
下載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... |
ID | ocimppdncgbdocgagceomheodkdmakda |
官方網址 | 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 } |