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?
ArcGIS Item-Id Extractor是由apulverizer開發的Chrome擴展程式,該擴展的主要功能是“Provices a context menu to extract the item-id from a url to the item details page”。
擴展截圖
下載ArcGIS Item-Id Extractor擴展crx文件
下載ArcGIS Item-Id Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ArcGIS Item-Id Extractor |
ID | mlelopenabdjdleeijfiakmddpponpol |
官方網址 | https://chromewebstore.google.com/detail/arcgis-item-id-extractor/mlelopenabdjdleeijfiakmddpponpol |
簡介 | Provices a context menu to extract the item-id from a url to the item details page |
檔案大小 | 15.8 KB |
安裝次數 | 76 |
目前版本 | 0.3 |
更新時間 | 2018-05-18 |
上架時間 | 2018-05-17 |
評分 | 5.00/5 共 3 次評分 |
開發者 | apulverizer |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/apulverizer/arcgis-item-id-extractor |
說明頁面URL | https://github.com/apulverizer/arcgis-item-id-extractor |
支援的語言 | 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 } |