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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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... |
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 } |