OldMapsOnline

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

什么是OldMapsOnline?

OldMapsOnline是由https://oldmapsonline.org开发的Chrome扩展程序,该扩展的主要功能是“Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载OldMapsOnline扩展crx文件

下载OldMapsOnline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OldMapsOnline OldMapsOnline
ID bdaooajfjjnmlbhbombebbnlifoggfhl
官方URL https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl
简介 Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
文件大小 1.27 MB
安装次数 2,382
当前版本 1.3.0
更新时间 2022-12-14
上架时间 2017-06-05
评分 5.00/5 共3次评分
开发者 https://oldmapsonline.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.oldmapsonline.org/
帮助页面URL https://help.oldmapsonline.org/
隐私政策页面URL https://www.oldmapsonline.org/privacy
支持的语言 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",
        "*:\/\/*\/*"
    ]
}