Edit with iD

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

Wat is Edit with iD?

Edit with iD is een Chrome-extensie ontwikkeld door John Firebaugh, en de belangrijkste functie is "Adds an "Edit with iD" option to openstreetmap.org.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Edit with iD

Download Edit with iD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Edit with iD Edit with iD
ID ipcenghmebpdfbljaegnnpdnapacajja
Officiële URL https://chromewebstore.google.com/detail/edit-with-id/ipcenghmebpdfbljaegnnpdnapacajja
Beschrijving Adds an "Edit with iD" option to openstreetmap.org.
Bestandsgrootte 57.77 KB
Aantal Installaties 29
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-04-19
Publicatiedatum 2013-04-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar John Firebaugh
Betalingswijze free
Ondersteunde Talen 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"
}