OldMapsOnline
Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.
Was ist OldMapsOnline?
OldMapsOnline ist eine Chrome-Erweiterung, die von https://oldmapsonline.org entwickelt wurde, und ihr Hauptmerkmal ist "Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform.".
Erweiterungsscreenshots
OldMapsOnline-Erweiterungs-CRX-Datei herunterladen
Laden Sie OldMapsOnline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | OldMapsOnline |
ID | bdaooajfjjnmlbhbombebbnlifoggfhl |
Offizielle URL | https://chromewebstore.google.com/detail/oldmapsonline/bdaooajfjjnmlbhbombebbnlifoggfhl |
Beschreibung | Automatically find maps on web pages you visit and add them to OldMapsOnline mapping platform. |
Dateigröße | 1.27 MB |
Installationsanzahl | 2,382 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2022-12-14 |
Veröffentlichungsdatum | 2017-06-05 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://oldmapsonline.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.oldmapsonline.org/ |
Hilfeseite URL | https://help.oldmapsonline.org/ |
URL der Datenschutzrichtlinien-Seite | https://www.oldmapsonline.org/privacy |
Unterstützte Sprachen | 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", "*:\/\/*\/*" ] } |