Add Monument Coordinates in Wikipedia

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

Hvad er Add Monument Coordinates in Wikipedia?

Add Monument Coordinates in Wikipedia er en Chrome-udvidelse udviklet af https://unicodenow.com, og dens hovedfunktion er "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".

Udvidelsesskærmbilleder

screenshot

Download Add Monument Coordinates in Wikipedia-udvidelses-CRX-fil

Download Add Monument Coordinates in Wikipedia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Add Monument Coordinates in Wikipedia Add Monument Coordinates in Wikipedia
ID pdpjofojlbfpjbbkihphellnjecdbplc
Officiel URL https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc
Beskrivelse Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Filstørrelse 32.72 KB
Antal Installationer 16
Nuværende Version 0.1
Senest Opdateret 2013-09-26
Udgivelsesdato 2013-09-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://unicodenow.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}