Edit with iD
Adds an "Edit with iD" option to openstreetmap.org.
What is Edit with iD?
Edit with iD is a Chrome extension developed by John Firebaugh, and its main feature is "Adds an "Edit with iD" option to openstreetmap.org.".
Extension Screenshots
Download Edit with iD Extension CRX File
Download Edit with iD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds an "Edit with iD" option to openstreetmap.org.
Extension Basic Information
Name | Edit with iD |
ID | ipcenghmebpdfbljaegnnpdnapacajja |
Official URL | https://chromewebstore.google.com/detail/edit-with-id/ipcenghmebpdfbljaegnnpdnapacajja |
Description | Adds an "Edit with iD" option to openstreetmap.org. |
File Size | 57.77 KB |
Installation Count | 29 |
Current Version | 1.0.0 |
Last Updated | 2013-04-19 |
Publish Date | 2013-04-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | John Firebaugh |
Payment Type | free |
Supported Languages | 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" } |