Add Monument Coordinates in Wikipedia
Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
什么是Add Monument Coordinates in Wikipedia?
Add Monument Coordinates in Wikipedia是由https://unicodenow.com开发的Chrome扩展程序,该扩展的主要功能是“Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps”。
扩展截图
下载Add Monument Coordinates in Wikipedia扩展crx文件
下载Add Monument Coordinates in Wikipedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments. Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates
扩展基本信息
名称 | Add Monument Coordinates in Wikipedia |
ID | pdpjofojlbfpjbbkihphellnjecdbplc |
官方URL | https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc |
简介 | Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps |
文件大小 | 32.72 KB |
安装次数 | 16 |
当前版本 | 0.1 |
更新时间 | 2013-09-26 |
上架时间 | 2013-09-26 |
评分 | 5.00/5 共1次评分 |
开发者 | https://unicodenow.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "WikiMonumentsCoordinates.js" ], "matches": [ "http:\/\/hy.wikipedia.org\/*", "https:\/\/hy.wikipedia.org\/*" ] } ], "description": "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps", "name": "Add Monument Coordinates in Wikipedia", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "web_accessible_resources": [ "morebits.js", "form.js" ] } |