Add Monument Coordinates in Wikipedia

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

Was ist Add Monument Coordinates in Wikipedia?

Add Monument Coordinates in Wikipedia ist eine Chrome-Erweiterung, die von https://unicodenow.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".

Erweiterungsscreenshots

screenshot

Add Monument Coordinates in Wikipedia-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add Monument Coordinates in Wikipedia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Add Monument Coordinates in Wikipedia Add Monument Coordinates in Wikipedia
ID pdpjofojlbfpjbbkihphellnjecdbplc
Offizielle URL https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc
Beschreibung Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Dateigröße 32.72 KB
Installationsanzahl 16
Aktuelle Version 0.1
Letztes Update 2013-09-26
Veröffentlichungsdatum 2013-09-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://unicodenow.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}