OldMapsOnline

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

Wat is OldMapsOnline?

OldMapsOnline is een Chrome-extensie ontwikkeld door https://oldmapsonline.org, en de belangrijkste functie is "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OldMapsOnline

Download OldMapsOnline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OldMapsOnline OldMapsOnline
ID bdaooajfjjnmlbhbombebbnlifoggfhl
Officiële URL https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl
Beschrijving Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
Bestandsgrootte 1.27 MB
Aantal Installaties 2,382
Huidige Versie 1.3.0
Laatst Bijgewerkt 2022-12-14
Publicatiedatum 2017-06-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://oldmapsonline.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.oldmapsonline.org/
Help Pagina-URL https://help.oldmapsonline.org/
URL van de Privacybeleid Pagina https://www.oldmapsonline.org/privacy
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}