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”。

扩展截图

screenshot

下载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 ArcGIS Item-Id Extractor
ID mlelopenabdjdleeijfiakmddpponpol
官方URL 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
}