Edit with iD
Adds an "Edit with iD" option to openstreetmap.org.
什么是Edit with iD?
Edit with iD是由John Firebaugh开发的Chrome扩展程序,该扩展的主要功能是“Adds an "Edit with iD" option to openstreetmap.org.”。
扩展截图
下载Edit with iD扩展crx文件
下载Edit with iD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an "Edit with iD" option to openstreetmap.org.
扩展基本信息
名称 | 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" } |