Add Monument Coordinates in Wikipedia
Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Co to jest Add Monument Coordinates in Wikipedia?
Add Monument Coordinates in Wikipedia to rozszerzenie Chrome opracowane przez https://unicodenow.com, a jego główną funkcją jest „Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add Monument Coordinates in Wikipedia
Pobierz pliki rozszerzeń Add Monument Coordinates in Wikipedia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments. Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates
Podstawowe informacje o rozszerzeniu
Nazwa | Add Monument Coordinates in Wikipedia |
ID | pdpjofojlbfpjbbkihphellnjecdbplc |
Oficjalny URL | https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc |
Opis | Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps |
Rozmiar pliku | 32.72 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-09-26 |
Data Publikacji | 2013-09-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://unicodenow.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |