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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}