Add Monument Coordinates in Wikipedia
Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Что такое Add Monument Coordinates in Wikipedia?
Add Monument Coordinates in Wikipedia - это расширение Chrome, разработанное https://unicodenow.com, и его основная функция - "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".
Снимки экрана расширения
Скачать файл CRX расширения Add Monument Coordinates in Wikipedia
Скачайте файлы расширений Add Monument Coordinates in Wikipedia в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments. Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates
Основная информация о расширении
Название | Add Monument Coordinates in Wikipedia |
ID | pdpjofojlbfpjbbkihphellnjecdbplc |
Официальный URL | https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc |
Описание | Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps |
Размер файла | 32.72 KB |
Количество установок | 16 |
Текущая Версия | 0.1 |
Последнее Обновление | 2013-09-26 |
Дата публикации | 2013-09-26 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://unicodenow.com |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |