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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apulverizer และคุณลักษณะหลักของมันคือ "Provices a context menu to extract the item-id from a url to the item details page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS Item-Id Extractor

ดาวน์โหลดไฟล์ส่วนขยาย 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
}