Dividers-Map measuring tool

Tool for measuring distance and acreage on a map

Co to jest Dividers-Map measuring tool?

Dividers-Map measuring tool to rozszerzenie Chrome opracowane przez OsoAg software, a jego główną funkcją jest „Tool for measuring distance and acreage on a map”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dividers-Map measuring tool

Pobierz pliki rozszerzeń Dividers-Map measuring tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dividers-Map measuring tool Dividers-Map measuring tool
ID bbaikckidepemmpkjlolahadnijkhala
Oficjalny URL https://chromewebstore.google.com/detail/dividers-map-measuring-to/bbaikckidepemmpkjlolahadnijkhala
Opis Tool for measuring distance and acreage on a map
Rozmiar pliku 12.62 KB
Liczba instalacji 476
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-01-05
Data Publikacji 2014-01-05
Ocena 1.75/5 Łącznie 4 Oceny
Deweloper OsoAg software
Typ Płatności free
Obsługiwane Języki 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'"
}