Edit with iD

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

Edit with iD क्या है?

Edit with iD John Firebaugh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an "Edit with iD" option to openstreetmap.org."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Edit with iD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Edit with iD Edit with iD
ID ipcenghmebpdfbljaegnnpdnapacajja
आधिकारिक URL 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"
}