Add Monument Coordinates in Wikipedia
Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
What is Add Monument Coordinates in Wikipedia?
Add Monument Coordinates in Wikipedia is a Chrome extension developed by https://unicodenow.com, and its main feature is "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".
Extension Screenshots
Download Add Monument Coordinates in Wikipedia Extension CRX File
Download Add Monument Coordinates in Wikipedia 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
Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments. Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates
Extension Basic Information
Name | Add Monument Coordinates in Wikipedia |
ID | pdpjofojlbfpjbbkihphellnjecdbplc |
Official URL | https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc |
Description | Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps |
File Size | 32.72 KB |
Installation Count | 16 |
Current Version | 0.1 |
Last Updated | 2013-09-26 |
Publish Date | 2013-09-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://unicodenow.com |
Payment Type | free |
Supported Languages | 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" ] } |