ArcGIS Item-Id Extractor
Provices a context menu to extract the item-id from a url to the item details page
ArcGIS Item-Id Extractor là gì?
ArcGIS Item-Id Extractor là một tiện ích mở rộng Chrome được phát triển bởi apulverizer, và tính năng chính của nó là "Provices a context menu to extract the item-id from a url to the item details page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ArcGIS Item-Id Extractor
Tải xuống các tệp mở rộng ArcGIS Item-Id Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A simple Chrome extension to copy the item-id of an item on ArcGIS Online to the clipboard. Right click on any link that matches opens the item details page, Operations Dashboard, Webmap Viewer, or Workforce in ArcGIS Online or Portal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ArcGIS Item-Id Extractor |
ID | mlelopenabdjdleeijfiakmddpponpol |
URL Chính Thức | https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol |
Mô tả | Provices a context menu to extract the item-id from a url to the item details page |
Kích Thước Tệp | 15.8 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2018-05-18 |
Ngày Phát Hành | 2018-05-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | apulverizer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/apulverizer/arcgis-item-id-extractor |
URL Trang Trợ Giúp | https://github.com/apulverizer/arcgis-item-id-extractor |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Item-Id Extractor", "description": "Provices a context menu to extract the item-id from a url to the item details page", "version": "0.3", "permissions": [ "contextMenus" ], "background": { "scripts": [ "arcgis_item_id_extractor.js" ] }, "icons": { "16": "clippy-16.png", "48": "clippy-48.png", "128": "clippy-128.png" }, "manifest_version": 2 } |