Edit with iD

Adds an "Edit with iD" option to openstreetmap.org.

什麼是Edit with iD?

Edit with iD是由John Firebaugh開發的Chrome擴展程式,該擴展的主要功能是“Adds an "Edit with iD" option to openstreetmap.org.”。

擴展截圖

screenshot

下載Edit with iD擴展crx文件

下載Edit with iD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds an "Edit with iD" option to openstreetmap.org.                    

擴展基本資訊

名稱 Edit with iD Edit with iD
ID ipcenghmebpdfbljaegnnpdnapacajja
官方網址 https://chromewebstore.google.com/detail/edit-with-id/ipcenghmebpdfbljaegnnpdnapacajja
簡介 Adds an "Edit with iD" option to openstreetmap.org.
檔案大小 57.77 KB
安裝次數 29
目前版本 1.0.0
更新時間 2013-04-19
上架時間 2013-04-19
評分 5.00/5 共 1 次評分
開發者 John Firebaugh
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edit with iD",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.openstreetmap.org\/*"
            ],
            "js": [
                "d3.min.js",
                "openstreetmap.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.0.0"
}