Dividers-Map measuring tool

Tool for measuring distance and acreage on a map

Was ist Dividers-Map measuring tool?

Dividers-Map measuring tool ist eine Chrome-Erweiterung, die von OsoAg software entwickelt wurde, und ihr Hauptmerkmal ist "Tool for measuring distance and acreage on a map".

Erweiterungsscreenshots

screenshot

Dividers-Map measuring tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dividers-Map measuring tool-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

                        This Chrome extension opens a searchable map that has a polygon drawing tool and a line drawing tool. With these tools the user can measure acreages and distances.                    

Grundlegende Informationen zur Erweiterung

Name Dividers-Map measuring tool Dividers-Map measuring tool
ID bbaikckidepemmpkjlolahadnijkhala
Offizielle URL https://chromewebstore.google.com/detail/dividers-map-measuring-to/bbaikckidepemmpkjlolahadnijkhala
Beschreibung Tool for measuring distance and acreage on a map
Dateigröße 12.62 KB
Installationsanzahl 476
Aktuelle Version 0.0.2
Letztes Update 2014-01-05
Veröffentlichungsdatum 2014-01-05
Bewertung 1.75/5 Insgesamt 4 Bewertungen
Entwickler OsoAg software
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dividers-Map measuring tool",
    "description": "Tool for measuring distance and acreage on a map",
    "version": "0.0.2",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "dividers.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
}