OldMapsOnline

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

Qu'est-ce que OldMapsOnline ?

OldMapsOnline est une extension Chrome développée par https://oldmapsonline.org, et sa fonction principale est "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OldMapsOnline

Téléchargez les fichiers d'extension OldMapsOnline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OldMapsOnline OldMapsOnline
ID bdaooajfjjnmlbhbombebbnlifoggfhl
URL Officiel https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl
Description Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
Taille du Fichier 1.27 MB
Nombre d'Installations 2,382
Version Actuelle 1.3.0
Dernière Mise à Jour 2022-12-14
Date de Publication 2017-06-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://oldmapsonline.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.oldmapsonline.org/
URL de la Page d'Aide https://help.oldmapsonline.org/
URL de la Page de Politique de Confidentialité https://www.oldmapsonline.org/privacy
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}