Edit with iD

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

ما هو Edit with iD؟

Edit with iD هو إضافة Chrome تم تطويرها بواسطة John Firebaugh، والميزة الرئيسية لها هي "Adds an "Edit with iD" option to openstreetmap.org.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Edit with iD

قم بتنزيل ملفات الامتداد Edit with iD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}