Add Monument Coordinates in Wikipedia

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

Add Monument Coordinates in Wikipedia là gì?

Add Monument Coordinates in Wikipedia là một tiện ích mở rộng Chrome được phát triển bởi https://unicodenow.com, và tính năng chính của nó là "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add Monument Coordinates in Wikipedia

Tải xuống các tệp mở rộng Add Monument Coordinates in Wikipedia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add Monument Coordinates in Wikipedia Add Monument Coordinates in Wikipedia
ID pdpjofojlbfpjbbkihphellnjecdbplc
URL Chính Thức https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc
Mô tả Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
Kích Thước Tệp 32.72 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-09-26
Ngày Phát Hành 2013-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://unicodenow.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}