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
Eメール [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
}