Add Monument Coordinates in Wikipedia

Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps

Wat is Add Monument Coordinates in Wikipedia?

Add Monument Coordinates in Wikipedia is een Chrome-extensie ontwikkeld door https://unicodenow.com, en de belangrijkste functie is "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Monument Coordinates in Wikipedia

Download Add Monument Coordinates in Wikipedia-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

                        Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments.

Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates                    

Basisinformatie over de Extensie

Naam Add Monument Coordinates in Wikipedia Add Monument Coordinates in Wikipedia
ID pdpjofojlbfpjbbkihphellnjecdbplc
Officiële URL https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc
Beschrijving Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Bestandsgrootte 32.72 KB
Aantal Installaties 16
Huidige Versie 0.1
Laatst Bijgewerkt 2013-09-26
Publicatiedatum 2013-09-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://unicodenow.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}