OldMapsOnline

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

What is OldMapsOnline?

OldMapsOnline is a Chrome extension developed by https://oldmapsonline.org, and its main feature is "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download OldMapsOnline Extension CRX File

Download OldMapsOnline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OldMapsOnline OldMapsOnline
ID bdaooajfjjnmlbhbombebbnlifoggfhl
Official URL https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl
Description Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
File Size 1.27 MB
Installation Count 2,382
Current Version 1.3.0
Last Updated 2022-12-14
Publish Date 2017-06-05
Rating 5.00/5 Total 3 Ratings
Developer https://oldmapsonline.org
Email [email protected]
Payment Type free
Extension Website https://www.oldmapsonline.org/
Help Page URL https://help.oldmapsonline.org/
Privacy Policy Page URL https://www.oldmapsonline.org/privacy
Supported Languages 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",
        "*:\/\/*\/*"
    ]
}