Edit with iD

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

Hvad er Edit with iD?

Edit with iD er en Chrome-udvidelse udviklet af John Firebaugh, og dens hovedfunktion er "Adds an "Edit with iD" option to openstreetmap.org.".

Udvidelsesskærmbilleder

screenshot

Download Edit with iD-udvidelses-CRX-fil

Download Edit with iD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Edit with iD Edit with iD
ID ipcenghmebpdfbljaegnnpdnapacajja
Officiel URL https://chromewebstore.google.com/detail/edit-with-id/ipcenghmebpdfbljaegnnpdnapacajja
Beskrivelse Adds an "Edit with iD" option to openstreetmap.org.
Filstørrelse 57.77 KB
Antal Installationer 29
Nuværende Version 1.0.0
Senest Opdateret 2013-04-19
Udgivelsesdato 2013-04-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler John Firebaugh
Betalingsmetode free
Understøttede Sprog 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"
}