OldMapsOnline

Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.

OldMapsOnline là gì?

OldMapsOnline là một tiện ích mở rộng Chrome được phát triển bởi https://oldmapsonline.org, và tính năng chính của nó là "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OldMapsOnline

Tải xuống các tệp mở rộng OldMapsOnline 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

                        Detect scanned zoomable maps in various formats on the web pages you visit, quickly georeference them in web browser - get map overlays, 3d globe view and other benefits - and compare your new map with over 0.5 million another maps in the OldMapsOnline mapping platform.                    

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

Tên OldMapsOnline OldMapsOnline
ID bdaooajfjjnmlbhbombebbnlifoggfhl
URL Chính Thức https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl
Mô tả Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 2,382
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2017-06-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://oldmapsonline.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.oldmapsonline.org/
URL Trang Trợ Giúp https://help.oldmapsonline.org/
URL Trang Chính Sách Bảo Mật https://www.oldmapsonline.org/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OldMapsOnline",
    "description": "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.",
    "version": "1.3.0",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "web_accessible_resources": [
        "images\/header_logo.png",
        "images\/background_overlay.png"
    ],
    "permissions": [
        "webRequest",
        "*:\/\/*\/*"
    ]
}