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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |